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

Fix some build scripts and lint

This commit is contained in:
Chocobozzz 2021-12-14 13:48:13 +01:00 committed by Chocobozzz
parent 75278e2890
commit 9b3294a849
6 changed files with 15 additions and 11 deletions

View file

@ -19,10 +19,10 @@ rm -rf "./dist"
mkdir "./dist"
cp "./tsconfig.json" "./dist"
npm run tsc -- --incremental --sourceMap
npm run tsc -- -b -v --incremental
cp -r ./server/static ./server/assets ./dist/server
cp -r "./server/lib/emails" "./dist/server/lib"
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"
"node_modules/.bin/tsc -b -w --preserveWatchOutput"