Skip to content

Commit

Permalink
chore: remove postinstall step
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisprice committed Jul 13, 2017
1 parent c6a3b3c commit bc4d829
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"build": "npm run clean && npm run build:dist && npm run build:lib",
"start": "budo -l -o -p 3000 src/finput.js:dist/finput.js -- -s finput -t babelify",
"webdriver": "webdriver-manager",
"postinstall": "webdriver-manager update",
"ci": "npm run test:ci && npm run build",
"test:ci": "echo 'placeholder for test:ci'",
"test": "jest --config ./test/jestConfig.json --runInBand",
Expand Down

0 comments on commit bc4d829

Please sign in to comment.