Skip to content

Commit

Permalink
refactor: husky prepare script to use v9
Browse files Browse the repository at this point in the history
Signed-off-by: rajput-hemant <rajput.hemant2001@gmail.com>
  • Loading branch information
rajput-hemant committed Feb 6, 2024
1 parent 8faa9ed commit 0b7cb99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"fmt": "prettier --write .",
"fmt:check": "prettier --check .",
"lint": "eslint \"src/**/*.ts*\"",
"prepare": "husky install",
"preview": "qwik build preview && vite preview --open",
"start": "vite --open --mode ssr",
"type-check": "tsc --incremental --noEmit",
"qwik": "qwik"
"qwik": "qwik",
"prepare": "husky"
},
"dependencies": {
"@qwikest/icons": "^0.0.13",
Expand Down

0 comments on commit 0b7cb99

Please sign in to comment.