Merge pull request #833 from Alfresco/dev-eromano-cleanscript

fix clean script, remove typing folder and install rimraf if is not p…
This commit is contained in:
Mario Romano
2016-10-04 11:18:31 +02:00
committed by GitHub
19 changed files with 35 additions and 35 deletions

View File

@@ -4,7 +4,7 @@
"version": "0.3.0",
"author": "Alfresco Software, Ltd.",
"scripts": {
"clean": "rimraf node_modules",
"clean": "npm install rimraf && rimraf dist node_modules typings",
"build": "npm run tslint && npm run tsc && npm run licensecheck",
"start": "npm run build && concurrently \"npm run tsc:w\" \"npm run serve\" ",
"aws": "node app.js",