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 e70a98c commit 4c67f49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,7 @@
"test-coverage": "nyc --silent mocha 'src/**/*_spec.ts' 'compatibility/**/*_spec.ts' && nyc --silent --no-clean node bin/cucumber.js --tags \"not @source-mapping\" && nyc report --reporter=lcov",
"test": "npm run lint && npm run exports-test && npm run types-test && npm run unit-test && npm run cck-test && npm run feature-test",
"types-test": "tsd",
"unit-test": "mocha 'src/**/*_spec.ts'",
"update-dependencies": "npx npm-check-updates --upgrade"
"unit-test": "mocha 'src/**/*_spec.ts'"
},
"bin": {
"cucumber-js": "bin/cucumber.js"
Expand Down

0 comments on commit 4c67f49

Please sign in to comment.