Fix build

This commit is contained in:
Chocobozzz
2023-07-10 16:41:08 +02:00
parent 63e2f087c3
commit c3030e944a
6 changed files with 11 additions and 9 deletions

View File

@@ -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
```

View File

@@ -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
```