PeerTube/scripts/release-embed-api.sh

11 lines
137 B
Bash
Raw Normal View History

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