mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix build
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
### Build & Publish
|
||||
|
||||
```
|
||||
cd client/src/standalone/player/
|
||||
cd client/src/standalone/embed-player-api/
|
||||
npm run build
|
||||
npm publish --access=public
|
||||
```
|
||||
|
||||
@@ -28,9 +28,11 @@ NODE_APP_INSTANCE=6 NODE_ENV=test node dist/server --benchmark-startup
|
||||
|
||||
## @peertube/embed-api
|
||||
|
||||
At the root of PeerTube:
|
||||
|
||||
```
|
||||
cd client/src/standalone/player
|
||||
cd client/src/standalone/embed-player-api
|
||||
npm version patch
|
||||
npm run build
|
||||
npm publish --access=public
|
||||
cd ../../../../
|
||||
npm run release-embed-api
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user