Skip to content

Commit

Permalink
update package json
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjlockwood committed Jun 16, 2018
1 parent a062863 commit faf41a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"start-beta": "ng serve --c development-beta",
"build": "ng build --c production",
"start-beta": "ng serve -c development-beta",
"build": "ng build -c production",
"build-beta": "ng build -c production-beta",
"test": "ng test",
"test-once": "ng test --watch=false --code-coverage --browsers ChromeHeadless",
Expand Down

0 comments on commit faf41a3

Please sign in to comment.