mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Reduce dev commands RAM usage
This commit is contained in:
parent
11c4e36066
commit
36619ac8f5
4 changed files with 9 additions and 9 deletions
|
@ -20,6 +20,6 @@ cp "./tsconfig.json" "./dist"
|
|||
npm run tsc -- --incremental --sourceMap
|
||||
cp -r ./server/static ./server/assets ./dist/server
|
||||
|
||||
NODE_ENV=test npm run concurrently -- -k \
|
||||
"npm run nodemon -- --delay 1 --watch ./dist dist/server" \
|
||||
"npm run tsc -- --incremental --sourceMap --preserveWatchOutput -w"
|
||||
NODE_ENV=test node node_modules/.bin/concurrently -k \
|
||||
"node_modules/.bin/nodemon --delay 1 --watch ./dist dist/server" \
|
||||
"node_modules/.bin/tsc --incremental --sourceMap --preserveWatchOutput -w"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue