PeerTube/scripts/release-embed-api.sh

11 lines
137 B
Bash
Raw Permalink Normal View History

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