mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
10 lines
137 B
Bash
Executable file
10 lines
137 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
cd client/src/standalone/embed-player-api
|
|
|
|
npm run build
|
|
npm publish --access public
|
|
|
|
rm -rf dist build node_modules
|