]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/dev/embed.sh
/!\ Use a dedicated config file for development
[github/Chocobozzz/PeerTube.git] / scripts / dev / embed.sh
index b4835604e0193a6908ce5d37b226fb61b45fa5a3..e694950e6c24bd9747b4c1b3e28c065fa7fddda3 100755 (executable)
@@ -2,6 +2,6 @@
 
 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"