release-embed-api.sh 221 B

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