Skip to content

Commit

Permalink
chore: update to angular 6
Browse files Browse the repository at this point in the history
  • Loading branch information
nnixaa committed May 10, 2018
1 parent a8bd988 commit 9134ec0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"build:inline-resources": "gulp inline-resources",
"build:bundle": "gulp bundle",
"build:rename:dev": "gulp bundle:rename-dev",
"test:wp": "ng test playground-wp",
"test": "ng test",
"test:wp": "npm run test -- playground-wp",
"test:watch": "ng test -w",
"test:coverage": "rimraf coverage && ng test -sr -cc",
"lint": "ng lint playground --type-check",
Expand Down

0 comments on commit 9134ec0

Please sign in to comment.