Skip to content

Commit 556526a

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 f29e399 commit 556526a

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
@@ -22,7 +22,6 @@
2222
"build": "ladle build",
2323
"eslint-fix": "eslint --ext ts,tsx --max-warnings 0 --fix src test-utils",
2424
"eslint": "eslint --ext ts,tsx --max-warnings 0 src test-utils",
25-
"upgrade": "npm-check-updates --upgrade",
2625
"pretty-quick-staged": "pretty-quick --staged"
2726
},
2827
"dependencies": {

0 commit comments

Comments
 (0)