Skip to content

Commit 5b6cc36

Browse files
Added "npm audit fix" to the "upgrade" script
1 parent 101c025 commit 5b6cc36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"build": "tsc",
4040
"watch": "tsc --watch",
4141
"test": "mocha && npm run lint",
42-
"upgrade": "npm-check -u",
4342
"coverage": "nyc --reporter=text --reporter=lcov node_modules/mocha/bin/mocha",
43+
"upgrade": "npm-check -u && npm audit fix",
4444
"bump": "bump --tag --push --all",
4545
"release": "npm run upgrade && npm run clean && npm run build && npm test && npm run bump"
4646
},

0 commit comments

Comments
 (0)