fix dependencies installation location

This commit is contained in:
Amruth Pillai
2024-05-03 14:31:13 +02:00
parent 862c812ee1
commit 6e2b960bdb
4 changed files with 178 additions and 17 deletions

View File

@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/raineorshine/npm-check-updates/main/src/types/RunOptions.json",
"deep": true,
"upgrade": true,
"install": "never",
"install": "always",
"packageManager": "pnpm",
"reject": ["eslint", "@reactive-resume/*"]
}