1
0
Fork 0
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