Skip to content

Commit

Permalink
Remove git submodule update
Browse files Browse the repository at this point in the history
  • Loading branch information
filoozom committed Oct 25, 2018
1 parent d8afaa5 commit 0ab9cf2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@
"verify-travis-appveyor": "^3.0.0"
},
"scripts": {
"install": "prebuild-install || git submodule update --init && node-gyp rebuild",
"postinstall": "echo TEST",
"install": "prebuild-install || node-gyp rebuild",
"test": "standard && verify-travis-appveyor && nyc tape test/*-test.js && prebuild-ci",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"rebuild": "prebuild --compile",
Expand Down

0 comments on commit 0ab9cf2

Please sign in to comment.