2019-12-17 16:17:22 +01:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
set -eu
|
|
|
|
|
2023-07-10 16:41:08 +02:00
|
|
|
cd client/src/standalone/embed-player-api
|
2019-12-17 16:17:22 +01:00
|
|
|
|
2024-06-24 10:15:25 +02:00
|
|
|
npm run build
|
2019-12-17 16:17:22 +01:00
|
|
|
npm publish --access public
|
|
|
|
|
|
|
|
rm -rf dist build node_modules
|