Skip to content

Commit

Permalink
fix(build): prevent deceiving error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Jan 29, 2018
1 parent 17c07b4 commit 894f7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "npm run lint && ng test --single-run",
"lint": "ng lint",
"e2e": "ng e2e",
"watch": "ng test --browsers ChromeHeadless --reporters spec",
"watch": "ng test --browsers ChromeHeadless --reporters spec --sourcemaps=false",
"build:prod": "ng build --target production --build-optimizer --vendor-chunk --stats-json",
"build:travisci": "ng build --target production --build-optimizer --vendor-chunk --deploy-url /angular-ngrx-material-starter/ --base-href /angular-ngrx-material-starter",
"clean": "rm -rf ./dist/",
Expand Down

0 comments on commit 894f7ca

Please sign in to comment.