Update package.json and README #2

Merged
manuel merged 2 commits from feature/fix-test-script into develop 2018-08-31 21:44:49 +02:00
Showing only changes of commit 03a3f1a4d7 - Show all commits

View file

@ -24,8 +24,7 @@
"start": "ng serve", "start": "ng serve",
"build": "ng build --delete-output-path", "build": "ng build --delete-output-path",
"build-prod": "ng build --prod --optimization --aot --delete-output-path --build-optimizer", "build-prod": "ng build --prod --optimization --aot --delete-output-path --build-optimizer",
"test": "ng test --single-run", "test": "ng test",
"test-continuous": "ng test",
"lint": "ng lint", "lint": "ng lint",
"e2e": "ng e2e", "e2e": "ng e2e",
"postinstall": "npm rebuild node-sass" "postinstall": "npm rebuild node-sass"