Skip to content

Commit

Permalink
Merge pull request #1292 from marmelab/fix-rc1-postinstall
Browse files Browse the repository at this point in the history
[RFR] Remove selenium installation from post install hook
  • Loading branch information
djhi authored Jan 9, 2017
2 parents b846bca + 80cff23 commit 71a0651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

install:
npm install
node _postinstall.js

run: examples/blog/build
cp node_modules/fakerest/dist/FakeRest.min.js examples/blog/build/fakerest.js
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
"node": ">=4.2.0"
},
"scripts": {
"test": "make test",
"postinstall": "node _postinstall.js"
"test": "make test"
}
}

0 comments on commit 71a0651

Please sign in to comment.