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 5fe1d6a commit 05fedbc
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 @@ -40,8 +40,8 @@
"lint:styles": "stylelint ./src/framework/**/*.scss",
"lint:fix": "npm run lint -- --fix",
"pree2e": "webdriver-manager update --standalone false --gecko false",
"e2e": "ng e2e",
"e2e:wp": "ng e2e playground-wp --prod --aot",
"e2e": "ng e2e playground-e2e",
"e2e:wp": "ng e2e playground-wp-e2e",
"prepush": "npm run ci:lint",
"clean:tmp": "rimraf .ng_build .ng_compiled",
"clean:tmp:lib": "npm run clean:tmp && rimraf src/.lib",
Expand Down

0 comments on commit 05fedbc

Please sign in to comment.