Merge pull request #4389 from Budibase/bundle-src-string-templates
Bundle sources with string-templates
This commit is contained in:
commit
5b797583db
|
@ -14,7 +14,8 @@
|
|||
"./package.json": "./package.json"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
"dist",
|
||||
"src"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsc && rollup -c",
|
||||
|
|
Loading…
Reference in New Issue