mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
build(web): use pnpm from corepack (#935)
* feat(web): use pnpm packageManager on package.json * build(web): add frozen-lockfile to Makefile * build(docker): use the same node version as Docker image * build(docker): enable corepack * build(makefile): use --dir instead of cd for pnpm
This commit is contained in:
parent
8925266104
commit
1f76aa38f4
4 changed files with 16 additions and 11 deletions
|
@ -77,5 +77,6 @@
|
|||
"tailwindcss": "^3.1.3",
|
||||
"typescript": "^4.7.3",
|
||||
"vite": "^4.2.1"
|
||||
}
|
||||
},
|
||||
"packageManager": "pnpm@8.5.1"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue