Browse Source

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

Add dist to string-templates release
pull/4387/head
Rory Powell 4 years ago
committed by GitHub
parent
commit
394ed59632
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      packages/string-templates/package.json

3
packages/string-templates/package.json

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

Loading…
Cancel
Save