Skip to content

Commit f6a5de9

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 f897ed6 commit f6a5de9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
"cucumber-http": "cucumber-js --profile http",
5050
"cucumber-dom": "cucumber-electron --profile dom --stylesheet features/src/components/style.css ",
5151
"cucumber-dom-http": "cucumber-electron --profile domHttp --stylesheet features/src/components/style.css",
52-
"upgrade": "npm-check-updates --upgrade",
5352
"eslint": "eslint --ext ts,tsx --max-warnings 0 src features",
5453
"eslint-fix": "eslint --ext ts,tsx --max-warnings 0 --fix src features",
5554
"pretty-quick": "pretty-quick --staged"

0 commit comments

Comments
 (0)