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:
parent
75278e2890
commit
9b3294a849
6 changed files with 15 additions and 11 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue