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:
parent
3fca30a7ef
commit
31ee48d579
3 changed files with 1 additions and 4 deletions
|
@ -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"'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue