CI script updated

This commit is contained in:
Matteo Perelli
2017-02-21 16:25:19 +01:00
parent 2cdd02dc4d
commit 5c17f5a3aa

View File

@@ -21,7 +21,7 @@
"clean:prod": "npm run clean:ngc && npm run clean:json && npm run clean:css && npm run clean:css:ts && npm run clean:scss:ts && npm run clean:css:shim:ts && npm run clean:scss:shim:ts && npm run clean:dist", "clean:prod": "npm run clean:ngc && npm run clean:json && npm run clean:css && npm run clean:css:ts && npm run clean:scss:ts && npm run clean:css:shim:ts && npm run clean:scss:shim:ts && npm run clean:dist",
"clean": "npm run clean:log && npm run clean:prod && npm run clean:coverage && npm run clean:node", "clean": "npm run clean:log && npm run clean:prod && npm run clean:coverage && npm run clean:node",
"sass": "node-sass src -o src --include-path node_modules --output-style compressed -q", "sass": "node-sass src -o src --include-path node_modules --output-style compressed -q",
"postcss": "node_modules/postcss-cli/bin/postcss -c postcss.config.json", "postcss": "node node_modules/postcss-cli/bin/postcss -c postcss.config.json",
"style": "npm run sass && npm run postcss", "style": "npm run sass && npm run postcss",
"style:watch": "nodemon -e scss -w src -x \"npm run style\"", "style:watch": "nodemon -e scss -w src -x \"npm run style\"",
"rollup": "rollup -c rollup-server.js && rollup -c rollup-client.js", "rollup": "rollup -c rollup-server.js && rollup -c rollup-client.js",
@@ -53,7 +53,7 @@
"docs": "typedoc --options typedoc.json ./src", "docs": "typedoc --options typedoc.json ./src",
"lint": "tslint \"src/**/*.ts\" || true", "lint": "tslint \"src/**/*.ts\" || true",
"global": "npm install -g angular-cli nodemon npm-check-updates rimraf ts-node typedoc typescript webpack webpack-bundle-size-analyzer rollup marked node-gyp", "global": "npm install -g angular-cli nodemon npm-check-updates rimraf ts-node typedoc typescript webpack webpack-bundle-size-analyzer rollup marked node-gyp",
"ci": "npm run lint && npm run test && npm run e2e", "ci": "npm run lint && npm run build:prod:ngc:json && npm run test && npm-run-all -p -r server e2e",
"protractor": "node node_modules/protractor/bin/protractor", "protractor": "node node_modules/protractor/bin/protractor",
"pree2e": "npm run webdriver:update", "pree2e": "npm run webdriver:update",
"e2e": "npm run protractor", "e2e": "npm run protractor",
@@ -150,6 +150,7 @@
"karma-webpack": "1.8.0", "karma-webpack": "1.8.0",
"node-sass": "4.0.0", "node-sass": "4.0.0",
"nodemon": "1.11.0", "nodemon": "1.11.0",
"npm-run-all": "^4.0.1",
"postcss-cli": "^2.6.0", "postcss-cli": "^2.6.0",
"protractor": "~4.0.14", "protractor": "~4.0.14",
"protractor-istanbul-plugin": "~2.0.0", "protractor-istanbul-plugin": "~2.0.0",