Skip to content

Commit

Permalink
fix: pnpm i
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Oct 13, 2023
1 parent af1c7fb commit 1c1e348
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@
"lint:fix": "eslint . --fix",
"test": "vitest",
"test:watch": "vitest --watch",
"coverage": "vitest run --coverage",
"postinstall": "npx simple-git-hooks"
"coverage": "vitest run --coverage"
},
"peerDependencies": {
"@nuxt/kit": "^3",
Expand Down Expand Up @@ -173,7 +172,7 @@
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "pnpm eslint . --fix"
"*": "eslint . --fix"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 1c1e348

Please sign in to comment.