mirror of
https://github.com/movie-web/backend.git
synced 2025-09-13 08:23:26 +00:00
switch to pnpm
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
"lint": "eslint --ext .ts,.js,.json,.tsx src/",
|
||||
"lint:fix": "eslint --fix --ext .ts,.js,.json,.tsx src/",
|
||||
"build:pre": "rimraf dist/",
|
||||
"build:compile": "tsc && tsc-alias"
|
||||
"build:compile": "tsc && tsc-alias",
|
||||
"preinstall": "npx -y only-allow pnpm"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jsonwebtoken": "^9.0.4",
|
||||
|
Reference in New Issue
Block a user