Create zip file of bundled application

This commit is contained in:
Samer Albahra
2019-05-13 14:20:07 -05:00
parent 0788bd48ea
commit f850f4d254
3 changed files with 23 additions and 5 deletions

View File

@@ -7,6 +7,7 @@
"test": "mocha --exit test",
"start": "npm run compile && node js/server",
"dev": "node scripts/serve",
"bundle": "zip weather.zip -r js package.json package-lock.json",
"compile": "tsc"
},
"dependencies": {