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
1 changed files with 2 additions and 1 deletions

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