Skip to content

Commit

Permalink
fix missing test target
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Oct 21, 2021
1 parent 2816131 commit d3249e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/app7/package.json
Expand Up @@ -21,6 +21,7 @@
]
},
"scripts": {
"install": "node-pre-gyp install --fallback-to-build"
"install": "node-pre-gyp install --fallback-to-build",
"test": "node index.js"
}
}

0 comments on commit d3249e0

Please sign in to comment.