Skip to content

Commit

Permalink
Fix: STRF-10049 Replace install step with preinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
jairo-bc committed Oct 6, 2022
1 parent 6f80dfb commit 7c49f15
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 @@ -27,7 +27,7 @@
"gypfile": true,
"scripts": {
"coverage": "node scripts/coverage.js",
"install": "node scripts/install.js",
"preinstall": "node scripts/install.js",
"postinstall": "node scripts/build.js",
"pretest": "node_modules/.bin/jshint bin lib scripts test",
"test": "node_modules/.bin/mocha test"
Expand Down

0 comments on commit 7c49f15

Please sign in to comment.