1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12: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 394ed59632
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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