Skip to content

Commit

Permalink
test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jairo-bc committed Oct 6, 2022
1 parent ef5cd2b commit 788b500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"gypfile": true,
"scripts": {
"coverage": "node scripts/coverage.js",
"install": "node scripts/install.js",
"postinstall": "node scripts/install.js; node scripts/build.js",
"preinstall": "node scripts/build.js",
"postinstall": "node scripts/install.js",
"pretest": "node_modules/.bin/jshint bin lib scripts test",
"test": "node_modules/.bin/mocha test"
},
Expand Down

0 comments on commit 788b500

Please sign in to comment.