Skip to content

Commit

Permalink
Fix native test install
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Feb 11, 2020
1 parent 18fa1be commit 71a9d41
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 @@ -18,8 +18,8 @@
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "(cd native && node-gyp rebuild --debug) && node --expose-gc ./node_modules/.bin/grunt lint test",
"coverage": "(cd native && node-gyp rebuild --debug) && grunt lint coverage",
"test": "(cd native && npm install && node-gyp rebuild --debug) && node --expose-gc ./node_modules/.bin/grunt lint test",
"coverage": "(cd native && npm install && node-gyp rebuild --debug) && grunt lint coverage",
"coveralls": "grunt coveralls",
"lint": "grunt lint"
},
Expand Down

0 comments on commit 71a9d41

Please sign in to comment.