1
0
Fork 0
mirror of synced 2024-10-02 01:56:57 +13:00

Merge pull request #4389 from Budibase/bundle-src-string-templates

Bundle sources with string-templates
This commit is contained in:
Rory Powell 2022-02-08 15:24:35 +00:00 committed by GitHub
commit 5b797583db

View file

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