Migrate to pnpm and volta

This commit is contained in:
Alex Miller 2024-09-11 12:06:33 +12:00
parent b671dc324f
commit 768f03c879
5 changed files with 4368 additions and 7084 deletions

View file

@ -12,7 +12,7 @@
"lint": "eslint src/**/*.ts",
"pack": "ncc build -m",
"test": "jest",
"all": "npm run build && npm run format && npm run lint && npm run pack && npm test"
"all": "pnpm run build && pnpm run format && pnpm run lint && pnpm run pack && pnpm test"
},
"repository": {
"type": "git",
@ -50,5 +50,9 @@
"prettier": "^3.2.4",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
},
"volta": {
"node": "20.17.0",
"pnpm": "8.15.8"
}
}