]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/build/embed.sh
Minor update to the OpenAPI: instance config recent additions
[github/Chocobozzz/PeerTube.git] / scripts / build / embed.sh
index ea5e7d57dce27460ab56472f4bc010244582cfbe..4be2afc25d68364ca6d6fc26a419a8276fa0a6f1 100755 (executable)
@@ -1,5 +1,7 @@
-#!/bin/sh
+#!/bin/bash
 
 set -eu
 
+cd client
+
 NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js --mode production --json > "./dist/embed-stats.json"