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

@@ -5,6 +5,7 @@
"author": "Alfresco Software, Ltd.",
"main": "index.js",
"scripts": {
"clean": "rm -rf dist node_modules typings",
"typings": "typings install",
"postinstall": "npm run typings && npm run build",
"start": "npm install && npm run typings && concurrently \"npm run build:w\" \"npm run server\" ",