PeerTube/scripts/release-embed-api.sh

12 lines
221 B
Bash
Raw Permalink Normal View History

2019-12-17 15:17:22 +00:00
#!/bin/sh
set -eu
2023-07-10 14:41:08 +00:00
cd client/src/standalone/embed-player-api
2019-12-17 15:17:22 +00:00
rm -rf dist build && tsc -p . && ../../../node_modules/.bin/webpack --config ./webpack.config.js
npm publish --access public
rm -rf dist build node_modules