2019-12-17 09:17:22 -06:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
set -eu
|
|
|
|
|
2023-07-10 09:41:08 -05:00
|
|
|
cd client/src/standalone/embed-player-api
|
2019-12-17 09:17:22 -06: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
|