Skip to content

Commit

Permalink
Removing absolute protractor command, closes #83
Browse files Browse the repository at this point in the history
  • Loading branch information
lathonez committed Apr 25, 2016
1 parent ff59b33 commit 5894a5a
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 @@ -62,7 +62,7 @@
],
"scripts": {
"build": "gulp --gulpfile test/gulpfile.ts --cwd ./ build-app",
"e2e": "gulp --gulpfile test/gulpfile.ts --cwd ./ build-e2e && ./node_modules/protractor/bin/protractor test/protractor.conf.js",
"e2e": "gulp --gulpfile test/gulpfile.ts --cwd ./ build-e2e && protractor test/protractor.conf.js",
"karma": "gulp --gulpfile test/gulpfile.ts --cwd ./ karma-debug",
"postinstall": "typings install",
"start": "ionic serve",
Expand Down

0 comments on commit 5894a5a

Please sign in to comment.