Skip to content

Commit

Permalink
Added "npm audit fix" to the "upgrade" script
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Nov 9, 2019
1 parent cfeb5f2 commit 71bb6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -41,8 +41,8 @@
"build": "tsc",
"watch": "tsc --watch",
"test": "mocha && npm run lint",
"upgrade": "npm-check -u",
"coverage": "nyc node_modules/mocha/bin/mocha",
"upgrade": "npm-check -u && npm audit fix",
"bump": "node bin/bump.js --tag --push --all",
"release": "npm run upgrade && npm run clean && npm run build && npm test && npm run bump"
},
Expand Down

0 comments on commit 71bb6f8

Please sign in to comment.