diff --git a/README.md b/README.md index fef3946..76e986c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 21739c0..d94eb54 100644 --- a/package.json +++ b/package.json @@ -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",