Skip to content

Commit b5481c4

Browse files
committed
Remove upgrade script
When using the mono repo each module had to check its own dependencies for upgrades. We have replaced this with Renovate. So this script can be removed.
1 parent e9b6671 commit b5481c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"test": "npm run mocha",
3333
"mocha": "mocha",
3434
"prepublishOnly": "npm run build",
35-
"upgrade": "npm-check-updates --upgrade",
3635
"eslint": "eslint --ext ts,tsx --max-warnings 0 src test",
3736
"eslint-fix": "eslint --ext ts,tsx --max-warnings 0 --fix src test",
3837
"pretty-quick": "pretty-quick --staged"

0 commit comments

Comments
 (0)