Skip to content

Commit ec51a30

Browse files
Added "npm audit fix" to the "upgrade" script
1 parent 13c531d commit ec51a30

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
@@ -35,7 +35,7 @@
3535
"watch": "tsc --watch",
3636
"test": "mocha && npm run lint",
3737
"coverage": "nyc node_modules/mocha/bin/mocha",
38-
"upgrade": "npm-check -u",
38+
"upgrade": "npm-check -u && npm audit fix",
3939
"bump": "bump --tag --push --all",
4040
"release": "npm run upgrade && npm run clean && npm run build && npm test && npm run bump"
4141
},

0 commit comments

Comments
 (0)