]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/watch/server.sh
Clean shell scripts (#398)
[github/Chocobozzz/PeerTube.git] / scripts / watch / server.sh
index 448f695521c31bb1eb8856f5b7c825c67f624b6f..42a594d857add582352fe15254586ab36ef84760 100755 (executable)
@@ -1,4 +1,6 @@
-#!/usr/bin/env sh
+#!/bin/sh
+
+set -eu
 
 NODE_ENV=test concurrently -k \
   "npm run tsc -- --sourceMap && npm run nodemon -- --delay 2 --watch ./dist dist/server" \