]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - scripts/build/server.sh
Enable external plugins to test the PR
[github/Chocobozzz/PeerTube.git] / scripts / build / server.sh
CommitLineData
302cb3f9 1#!/bin/bash
0e4ffb4b
LA
2
3set -eu
75fb0c0b
C
4
5rm -rf ./dist
6
06aad801 7npm run tsc -- -b --verbose
f8360396
C
8npm run resolve-tspaths:server
9
fff2183d 10cp -r "./server/static" "./server/assets" "./dist/server"
03fc1928 11cp -r "./server/lib/emails" "./dist/server/lib"