mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2025-12-13 04:55:50 +00:00
add package update check to package scripts and readme
This commit is contained in:
parent
c217df52f8
commit
f3b51d82fd
@ -24,6 +24,8 @@ Building this project requires `nodejs` (`>= v20`) and `npm`.
|
||||
| **Documentation** | |
|
||||
| `npm run docs:dev` | Run documentation locally in development mode |
|
||||
| `npm run docs:build` | Build static documentation |
|
||||
| **Maintenance** | |
|
||||
| `npm run update` | Check for updates |
|
||||
|
||||
|
||||
### Update
|
||||
|
||||
@ -29,7 +29,8 @@
|
||||
"cypress:run": "cypress run --e2e --browser electron",
|
||||
"docs:dev": "vuepress dev .",
|
||||
"docs:build": "vuepress build .",
|
||||
"test:lint:eslint": "eslint --ext .ts,.tsx,.js,.jsx,.cjs,.json,.yml,.yaml --max-warnings 0 ."
|
||||
"test:lint:eslint": "eslint --ext .ts,.tsx,.js,.jsx,.cjs,.json,.yml,.yaml --max-warnings 0 .",
|
||||
"update": "npx npm-check-updates"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@badeball/cypress-cucumber-preprocessor": "^20.0.1",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user