Skip to content

Commit 71bb6f8

Browse files
Added "npm audit fix" to the "upgrade" script
1 parent cfeb5f2 commit 71bb6f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"build": "tsc",
4242
"watch": "tsc --watch",
4343
"test": "mocha && npm run lint",
44-
"upgrade": "npm-check -u",
4544
"coverage": "nyc node_modules/mocha/bin/mocha",
45+
"upgrade": "npm-check -u && npm audit fix",
4646
"bump": "node bin/bump.js --tag --push --all",
4747
"release": "npm run upgrade && npm run clean && npm run build && npm test && npm run bump"
4848
},

0 commit comments

Comments
 (0)