Files
SolTube/scripts/release-embed-api.sh
ShreejitPanchal 6601501eff Init commit
2026-05-19 19:56:02 +08:00

11 lines
137 B
Bash

#!/bin/sh
set -eu
cd client/src/standalone/embed-player-api
npm run build
npm publish --access public
rm -rf dist build node_modules