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

Merge pull request #4386 from Budibase/string-templates-dist

Add dist to string-templates release
This commit is contained in:
Rory Powell 2022-02-08 11:46:41 +00:00 committed by GitHub
commit 29008db9b0

View file

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