clean task for demo

This commit is contained in:
Eugenio Romano
2016-06-17 20:02:19 +01:00
parent 4c27ac4371
commit 06147b8e18
6 changed files with 64 additions and 60 deletions

View File

@@ -11,6 +11,7 @@
],
"main": "index.js",
"scripts": {
"clean": "rm -rf dist node_modules typings",
"postinstall": "npm run typings && npm run build",
"typings": "typings install",
"start": "rm -rf dist && npm install && npm run server",