]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/build/embed.sh
Refactor a little bit watch html
[github/Chocobozzz/PeerTube.git] / scripts / build / embed.sh
index 4be2afc25d68364ca6d6fc26a419a8276fa0a6f1..a243ce64095301f174871a8ac7035cdc71263af3 100755 (executable)
@@ -4,4 +4,6 @@ set -eu
 
 cd client
 
-NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js --mode production --json > "./dist/embed-stats.json"
+mkdir -p ./dist/standalone/videos/
+
+NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js --mode production --json > "./dist/standalone/videos/embed-stats.json"