diff options
Diffstat (limited to 'scripts/build')
-rwxr-xr-x | scripts/build/embed.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/embed.sh b/scripts/build/embed.sh index 3fcfc6ba2..a243ce640 100755 --- a/scripts/build/embed.sh +++ b/scripts/build/embed.sh | |||
@@ -5,4 +5,5 @@ set -eu | |||
5 | cd client | 5 | cd client |
6 | 6 | ||
7 | mkdir -p ./dist/standalone/videos/ | 7 | mkdir -p ./dist/standalone/videos/ |
8 | |||
8 | NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js --mode production --json > "./dist/standalone/videos/embed-stats.json" | 9 | NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js --mode production --json > "./dist/standalone/videos/embed-stats.json" |