X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fbuild%2Fembed.sh;h=3fcfc6ba2ef0f9ac4fbf1430f66dfd791faa8718;hb=4504f09f6e85f09b0489debb547a17209d7176ea;hp=4be2afc25d68364ca6d6fc26a419a8276fa0a6f1;hpb=302cb3f92e2c4e4dc580e24ad15f5d003f16f285;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/build/embed.sh b/scripts/build/embed.sh index 4be2afc25..3fcfc6ba2 100755 --- a/scripts/build/embed.sh +++ b/scripts/build/embed.sh @@ -4,4 +4,5 @@ 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"