mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-09 17:33:08 +03:00
11 lines
137 B
Bash
Executable File
11 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
|