1
0
Fork 0
peertube/scripts/release-embed-api.sh

11 lines
137 B
Bash
Raw Normal View History

2019-12-17 10:17:22 -05:00
#!/bin/sh
set -eu
2023-07-10 10:41:08 -04:00
cd client/src/standalone/embed-player-api
2019-12-17 10:17:22 -05:00
2024-06-24 04:15:25 -04:00
npm run build
2019-12-17 10:17:22 -05:00
npm publish --access public
rm -rf dist build node_modules