mirror of
https://github.com/dorny/paths-filter.git
synced 2025-06-08 00:59:04 +00:00
Migrate to pnpm and volta
This commit is contained in:
parent
b671dc324f
commit
768f03c879
5 changed files with 4368 additions and 7084 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue