Skip to content

Commit 0bc10e8

Browse files
committedJan 20, 2020
Run "npm audit fix" as part of the "upgrade" script
1 parent 2f482ad commit 0bc10e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"build": "tsc",
3131
"watch": "tsc --watch",
3232
"test": "mocha && npm run lint",
33-
"upgrade": "npm-check -u",
3433
"coverage": "nyc node_modules/mocha/bin/mocha",
34+
"upgrade": "npm-check -u && npm audit fix",
3535
"bump": "bump --tag --push --all",
3636
"release": "npm run upgrade && npm run clean && npm run build && npm test && npm run bump"
3737
},

0 commit comments

Comments
 (0)
Failed to load comments.