]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - scripts/build/server.sh
Bumped to version v1.3.1
[github/Chocobozzz/PeerTube.git] / scripts / build / server.sh
... / ...
CommitLineData
1#!/bin/sh
2
3set -eu
4
5rm -rf ./dist
6
7npm run tsc
8cp -r "./server/static" "./dist/server"