Skip to content

Commit

Permalink
Update packages and husky
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaLucius committed Jul 7, 2024
1 parent d8b8e0e commit db16b32
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ While learning for [PSM1 Certification](https://www.scrum.org/assessments/profes

- `./scripts/generate.sh`
- `npm install`
- `npm run prepare`
- `npm run dev`

## Sources
Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"coverage": "vitest run --coverage",
"prepare": "husky install",
"prepare": "husky",
"pre-commit": "npx lint-staged"
},
"devDependencies": {
Expand All @@ -37,7 +37,7 @@
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"husky": "9.0.11",
"husky": "^9.0.11",
"jsdom": "24.0.0",
"lint-staged": "15.2.2",
"prettier": "^3.2.5",
Expand Down

0 comments on commit db16b32

Please sign in to comment.