mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Move email templates in assets directory
This commit is contained in:
@@ -8,5 +8,4 @@ npm run tsc -- -b --verbose server/tsconfig.json
|
||||
npm run resolve-tspaths:server
|
||||
|
||||
cp -r "./server/core/static" "./server/core/assets" ./dist/core
|
||||
cp -r "./server/core/lib/emails" "./dist/core/lib"
|
||||
cp "./server/scripts/upgrade.sh" "./dist/scripts"
|
||||
|
||||
@@ -20,6 +20,5 @@ npm run tsc -- -b -v --incremental server/tsconfig.json
|
||||
npm run resolve-tspaths:server
|
||||
|
||||
cp -r ./server/core/static ./server/core/assets ./dist/core
|
||||
cp -r "./server/core/lib/emails" "./dist/core/lib"
|
||||
|
||||
./node_modules/.bin/tsc-watch --build --preserveWatchOutput --verbose --onSuccess 'sh -c "npm run resolve-tspaths:server && NODE_ENV=dev node dist/server"' server/tsconfig.json
|
||||
|
||||
Reference in New Issue
Block a user