We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 101c025 commit 5b6cc36Copy full SHA for 5b6cc36
package.json
@@ -39,8 +39,8 @@
39
"build": "tsc",
40
"watch": "tsc --watch",
41
"test": "mocha && npm run lint",
42
- "upgrade": "npm-check -u",
43
"coverage": "nyc --reporter=text --reporter=lcov node_modules/mocha/bin/mocha",
+ "upgrade": "npm-check -u && npm audit fix",
44
"bump": "bump --tag --push --all",
45
"release": "npm run upgrade && npm run clean && npm run build && npm test && npm run bump"
46
},
0 commit comments