Bundle sources with string-templates

This commit is contained in:
Rory Powell 2022-02-08 15:13:16 +00:00
parent 694ac5e79e
commit 7c52b5782d
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@
"./package.json": "./package.json" "./package.json": "./package.json"
}, },
"files": [ "files": [
"dist" "dist",
"src"
], ],
"scripts": { "scripts": {
"build": "tsc && rollup -c", "build": "tsc && rollup -c",