]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/build/embed.sh
Add checkbox focus shadows, and admin resolution descriptions
[github/Chocobozzz/PeerTube.git] / scripts / build / embed.sh
index ea5e7d57dce27460ab56472f4bc010244582cfbe..47e195d962f7440d2097524df9772e7e12c81a53 100755 (executable)
@@ -2,4 +2,6 @@
 
 set -eu
 
+cd client
+
 NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js --mode production --json > "./dist/embed-stats.json"