Skip to content

Commit

Permalink
refactor: switch to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasschultheiss committed Oct 14, 2024
1 parent 54ef87e commit ec2644a
Show file tree
Hide file tree
Showing 4 changed files with 7,112 additions and 8,252 deletions.
1 change: 0 additions & 1 deletion .yarnrc.yml

This file was deleted.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"url": "https://github.com/prsm/crystal-nest/issues"
},
"engines": {
"node": ">=20.0.0 <21.0.0",
"yarn": "^1.22.19"
"node": ">=22.0.0 <23.0.0",
"pnpm": "^9.12.1"
},
"repository": {
"type": "git",
Expand All @@ -35,7 +35,7 @@
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"doc:generate": "npx compodoc -p tsconfig.json -n 'go! Fleet // Versions Microservice'",
"doc:serve": "yarn doc:generate && npx compodoc -s",
"doc:serve": "pnpm doc:generate && npx compodoc -s",
"prepare": "husky install",
"release": "release-it"
},
Expand Down Expand Up @@ -85,8 +85,8 @@
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": [
"yarn format",
"yarn lint"
"pnpm format",
"pnpm lint"
]
},
"jest": {
Expand Down
Loading

0 comments on commit ec2644a

Please sign in to comment.