Skip to content

Commit

Permalink
New npm script for upgrading packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mo committed Oct 8, 2022
1 parent 9f09bd8 commit 1a255dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test-firefox": "SELENIUM_BROWSER=firefox ./scripts/wdio-suppress-exitcode",
"test-inspect-brk": "E2E_WDIO_EXEC_ARGV=--inspect-brk npm run test-chrome",
"test-verbose": "SELENIUM_BROWSER=chrome E2E_LOG_LEVEL=verbose wdio wdio.conf.js",
"updtr": "npx updtr",
"upgrade-packages": "npx npm-check --update",
"eslint": "eslint src/ tests/"
},
"keywords": [],
Expand Down

0 comments on commit 1a255dc

Please sign in to comment.