Skip to content

Commit

Permalink
chore(): yarn -> pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
n33pm committed Jul 25, 2024
1 parent 7539c91 commit 8ff99e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"start": "tsc --watch",
"build": "tsc",
"test": "jest --passWithNoTests",
"test:coverage": "yarn run test --coverage",
"test:coverage": "pnpm run test --coverage",
"coverage:report": "open coverage/lcov-report/index.html",
"lint": "eslint src/",
"prepare": "yarn build",
"prepare": "pnpm build",
"size": "size-limit",
"analyze": "size-limit --why"
},
Expand All @@ -45,7 +45,7 @@
},
"husky": {
"hooks": {
"pre-commit": "yarn lint"
"pre-commit": "pnpm lint"
}
},
"size-limit": [
Expand Down

0 comments on commit 8ff99e3

Please sign in to comment.