1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 17:59:37 +02:00
Peertube/scripts/release-embed-api.sh
2024-06-26 08:33:54 +02:00

10 lines
137 B
Bash
Executable file

#!/bin/sh
set -eu
cd client/src/standalone/embed-player-api
npm run build
npm publish --access public
rm -rf dist build node_modules