Add install-node-dependencies npm script wrapper
Will help us to change the package manager in the future
This commit is contained in:
parent
226f712d93
commit
6d28305582
|
@ -24,6 +24,7 @@
|
|||
"server"
|
||||
],
|
||||
"scripts": {
|
||||
"install-node-dependencies": "yarn install --pure-lockfile",
|
||||
"benchmark-server": "tsx --conditions=peertube:tsx ./scripts/benchmark.ts",
|
||||
"benchmark-transcription": "tsx --conditions=peertube:tsx --tsconfig ./packages/transcription/tsconfig.json ./packages/transcription/src/benchmark.ts",
|
||||
"build:client": "bash ./scripts/build/client.sh",
|
||||
|
|
Loading…
Reference in New Issue