Add dist to string-templates release

This commit is contained in:
Rory Powell 2022-02-08 11:30:23 +00:00
parent a076d7ccf1
commit 7dfcc73f7a
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@
}, },
"./package.json": "./package.json" "./package.json": "./package.json"
}, },
"files": [
"dist"
],
"scripts": { "scripts": {
"build": "tsc && rollup -c", "build": "tsc && rollup -c",
"dev:builder": "tsc && rollup -cw", "dev:builder": "tsc && rollup -cw",