1
0
Fork 0
mirror of synced 2024-10-01 17:47:46 +13:00

Bundle sources with string-templates

This commit is contained in:
Rory Powell 2022-02-08 15:13:16 +00:00
parent 10077bdde2
commit 5685758176

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",