1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00

Fix error when running setup:cli

This commit is contained in:
Chocobozzz 2022-09-28 14:55:15 +02:00
parent 3fca30a7ef
commit 31ee48d579
No known key found for this signature in database
GPG key ID: 583A612D890159BE
3 changed files with 1 additions and 4 deletions

View file

@ -13,4 +13,4 @@ mkdir -p "./dist/server/tools"
cp -r "./server/tools/node_modules" "./dist/server/tools"
cd ./server/tools
../../node_modules/.bin/tsc-watch --build --verbose --onSuccess 'sh -c "cd ../../ && npm run resolve-tspaths:all"'
../../node_modules/.bin/tsc-watch --build --verbose --onSuccess 'sh -c "cd ../../ && npm run resolve-tspaths:server"'