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 6b60178 commit bc187ea
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 @@ -108,8 +108,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 @@ -168,6 +167,6 @@
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "pnpm eslint . --fix"
"*": "eslint . --fix"
}
}

0 comments on commit bc187ea

Please sign in to comment.