Skip to content

Commit

Permalink
check postinstall script for missing dependencies too
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Jul 26, 2017
1 parent 6059cb2 commit f2eb180
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 @@ -53,7 +53,7 @@
},
"scripts": {
"ban": "ban",
"deps": "deps-ok && dependency-check --no-dev .",
"deps": "deps-ok && dependency-check --no-dev . --entry src/postinstall.js",
"issues": "git-issues",
"license": "license-checker --production --onlyunknown --csv",
"pretty": "prettier-standard 'src/*.js'",
Expand Down

0 comments on commit f2eb180

Please sign in to comment.