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 e3a9b21 commit c7cdd0a
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 @@ -37,7 +37,6 @@
"prepublishOnly": "npm run build",
"eslint-fix": "eslint --ext ts --max-warnings 0 --fix src test",
"eslint": "eslint --ext ts --max-warnings 0 src test",
"upgrade": "npm-check-updates --upgrade",
"prepare": "husky && node scripts/build.js && cp node_modules/web-tree-sitter/tree-sitter.wasm dist"
},
"repository": {
Expand Down

0 comments on commit c7cdd0a

Please sign in to comment.