Skip to content

Commit

Permalink
fix(environments): use test environment for unit tests on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Jun 9, 2018
1 parent 7205db2 commit 6cfec6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"clean": "rimraf ./dist/",
"server": "cd dist && http-server",
"prod": "npm run clean && npm run build:prod && npm run server",
"ci": "npm run clean && npm run prettier:ci && ng lint && ng test --browsers ChromeTravisCi && ng e2e && npm run build:prod -- --deploy-url /angular-ngrx-material-starter/ --base-href /angular-ngrx-material-starter",
"ci": "npm run clean && npm run prettier:ci && ng lint && ng test --configuration=test --browsers ChromeTravisCi && ng e2e && npm run build:prod -- --deploy-url /angular-ngrx-material-starter/ --base-href /angular-ngrx-material-starter",
"release": "standard-version && git push --follow-tags origin master",
"prettier": "prettier {src,e2e}/**/*.{ts,json,md,scss} --write",
"prettier:ci": "prettier {src,e2e}/**/*.{ts,json,md,scss} --list-different",
Expand Down

0 comments on commit 6cfec6e

Please sign in to comment.