Skip to content

Commit

Permalink
Remove upgrade script
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mpkorstanje committed Jun 6, 2024
1 parent f29e399 commit 556526a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"build": "ladle build",
"eslint-fix": "eslint --ext ts,tsx --max-warnings 0 --fix src test-utils",
"eslint": "eslint --ext ts,tsx --max-warnings 0 src test-utils",
"upgrade": "npm-check-updates --upgrade",
"pretty-quick-staged": "pretty-quick --staged"
},
"dependencies": {
Expand Down

0 comments on commit 556526a

Please sign in to comment.