ref: only use yarn !

This commit is contained in:
M1000fr 2024-11-26 19:31:12 +01:00
parent b1aea1292e
commit abd6333da8

View File

@ -10,7 +10,8 @@
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix"
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"preinstall": "node -e \"if(process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('You must use Yarn to install, not NPM')\""
},
"dependencies": {
"@apollo/server": "^4.11.2",