]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/build/server.sh
Bumped to version v1.3.1
[github/Chocobozzz/PeerTube.git] / scripts / build / server.sh
index 811da2154425093bf666f970e18ba90e33288eda..8a1d4ca9a0ba94ec54a989170e475936980958c5 100755 (executable)
@@ -1,5 +1,8 @@
-#!/usr/bin/env sh
+#!/bin/sh
+
+set -eu
 
 rm -rf ./dist
 
 npm run tsc
+cp -r "./server/static" "./dist/server"