refactoring build script #1533 (#1664)

This commit is contained in:
Eugenio Romano
2017-02-27 09:15:52 +00:00
committed by Denys Vuika
parent 45a37d61f5
commit 571b7f09c3
38 changed files with 137 additions and 391 deletions

View File

@@ -12,6 +12,7 @@
"server": "wsrv -o -s -l",
"build": "npm run tslint && npm run clean-build && npm run tsc",
"build:w": "npm run tslint && rimraf dist && npm run tsc:w",
"travis": "npm link ng2-alfresco-core ng2-alfresco-datatable",
"tsc": "tsc",
"tsc:w": "tsc -w",
"tslint": "tslint -c tslint.json *.ts && tslint -c tslint.json src/{,**/}**.ts -e '{,**/}**.d.ts'"

View File

@@ -53,8 +53,8 @@
"ng2-alfresco-datatable": "1.1.0"
},
"devDependencies": {
"@types/jasmine": "^2.2.33",
"@types/node": "^6.0.42",
"@types/jasmine": "2.5.35",
"@types/node": "6.0.45",
"autoprefixer": "^6.5.4",
"concurrently": "^2.2.0",
"cpx": "^1.3.1",