closed #197 clean script

This commit is contained in:
Eugenio Romano
2016-06-15 10:38:14 +01:00
parent b9b527521c
commit 6a0ecedd5a
10 changed files with 123 additions and 106 deletions

View File

@@ -4,6 +4,7 @@
"version": "0.1.16",
"author": "Alfresco Software, Ltd.",
"scripts": {
"clean": "rm -rf dist node_modules typings",
"typings": "typings install",
"server": "http-server -c-1 -o -p 8875 .",
"build": "npm run tslint && typings install && rm -rf dist && tsc && npm run copytemplates && license-check",