Translated using Weblate (French (France))
[oweals/peertube.git] / scripts / release-embed-api.sh
1 #!/bin/sh
2
3 set -eu
4
5 cd client/src/standalone/player
6
7 rm -rf dist build && tsc -p . && ../../../node_modules/.bin/webpack --config ./webpack.config.js
8
9 npm publish --access public
10
11 rm -rf dist build node_modules