]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/build/embed.sh
Don't check enum for video model
[github/Chocobozzz/PeerTube.git] / scripts / build / embed.sh
index 3fcfc6ba2ef0f9ac4fbf1430f66dfd791faa8718..a243ce64095301f174871a8ac7035cdc71263af3 100755 (executable)
@@ -5,4 +5,5 @@ set -eu
 cd client
 
 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"