]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/dev/embed.sh
Fix running again transcoding on a video only file
[github/Chocobozzz/PeerTube.git] / scripts / dev / embed.sh
old mode 100644 (file)
new mode 100755 (executable)
index 9b0ef27..e694950
@@ -1,7 +1,7 @@
-#!/bin/sh
+#!/bin/bash
 
 set -eu
 
-NODE_ENV=test npm run concurrently -- -k \
+npm run concurrently -- -k \
   "cd client && npm run webpack -- --config webpack/webpack.video-embed.js --mode development --watch" \
-  "npm run build:server && NODE_ENV=test npm start"
+  "npm run build:server && NODE_ENV=dev npm start"