mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Migrate to pnpm
This commit is contained in:
parent
bbc1afada5
commit
906b5f7f2c
47 changed files with 24183 additions and 23477 deletions
|
@ -150,7 +150,7 @@ elif [ "$1" = "lint" ]; then
|
|||
|
||||
( cd client && npm run lint )
|
||||
elif [ "$1" = "transcription" ]; then
|
||||
npm run install-dependencies:transcription --workspace=@peertube/tests
|
||||
pnpm run --filter=@peertube/tests install-dependencies:transcription
|
||||
|
||||
npm run build:server
|
||||
npm run build:tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue