We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfeb5f2 commit 71bb6f8Copy full SHA for 71bb6f8
1 file changed
package.json
@@ -41,8 +41,8 @@
41
"build": "tsc",
42
"watch": "tsc --watch",
43
"test": "mocha && npm run lint",
44
- "upgrade": "npm-check -u",
45
"coverage": "nyc node_modules/mocha/bin/mocha",
+ "upgrade": "npm-check -u && npm audit fix",
46
"bump": "node bin/bump.js --tag --push --all",
47
"release": "npm run upgrade && npm run clean && npm run build && npm test && npm run bump"
48
},
0 commit comments