mirror of https://github.com/Chocobozzz/PeerTube
Add install-node-dependencies npm script wrapper
Will help us to change the package manager in the futurepull/6544/head
parent
226f712d93
commit
6d28305582
|
@ -24,6 +24,7 @@
|
||||||
"server"
|
"server"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"install-node-dependencies": "yarn install --pure-lockfile",
|
||||||
"benchmark-server": "tsx --conditions=peertube:tsx ./scripts/benchmark.ts",
|
"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",
|
"benchmark-transcription": "tsx --conditions=peertube:tsx --tsconfig ./packages/transcription/tsconfig.json ./packages/transcription/src/benchmark.ts",
|
||||||
"build:client": "bash ./scripts/build/client.sh",
|
"build:client": "bash ./scripts/build/client.sh",
|
||||||
|
|
Loading…
Reference in New Issue