PeerTube/scripts/release-embed-api.sh
2023-07-10 16:41:08 +02:00

12 lines
221 B
Bash
Executable file

#!/bin/sh
set -eu
cd client/src/standalone/embed-player-api
rm -rf dist build && tsc -p . && ../../../node_modules/.bin/webpack --config ./webpack.config.js
npm publish --access public
rm -rf dist build node_modules