Skip to content

Commit

Permalink
Release 2.1.0-rc.7 🚀
Browse files Browse the repository at this point in the history
- Hot Fix test command
  • Loading branch information
Jonathan Casarrubias committed Dec 22, 2016
1 parent 081835e commit 5db57ac
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/ng2web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
"license": "MIT",
"angular-cli": {},
"scripts": {
"ng": "ng",
"start": "ng serve",
"ng": "./node_modules/.bin/ng",
"start": "./node_modules/.bin/ng serve",
"lint": "tslint \"src/**/*.ts\"",
"test": "ng test --watch=false",
"pretest": "npm install",
"test": "./node_modules/.bin/ng test --watch=false",
"pree2e": "webdriver-manager update --standalone false --gecko false",
"e2e": "protractor"
},
Expand Down

0 comments on commit 5db57ac

Please sign in to comment.