aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-07-10 16:41:08 +0200
committerChocobozzz <me@florianbigard.com>2023-07-10 16:41:08 +0200
commitc3030e944ad03c7fd7b5d668a2d88ff03e4cdf19 (patch)
tree60cfdd1aabe66ff4f65fd94243debecb7dd41555 /support
parent63e2f087c3410206aa294df8099b005e615592e5 (diff)
downloadPeerTube-c3030e944ad03c7fd7b5d668a2d88ff03e4cdf19.tar.gz
PeerTube-c3030e944ad03c7fd7b5d668a2d88ff03e4cdf19.tar.zst
PeerTube-c3030e944ad03c7fd7b5d668a2d88ff03e4cdf19.zip
Fix build
Diffstat (limited to 'support')
-rw-r--r--support/doc/development/lib.md2
-rw-r--r--support/doc/development/release.md8
2 files changed, 6 insertions, 4 deletions
diff --git a/support/doc/development/lib.md b/support/doc/development/lib.md
index 3cccaf3d0..25fe3068e 100644
--- a/support/doc/development/lib.md
+++ b/support/doc/development/lib.md
@@ -5,7 +5,7 @@
5### Build & Publish 5### Build & Publish
6 6
7``` 7```
8cd client/src/standalone/player/ 8cd client/src/standalone/embed-player-api/
9npm run build 9npm run build
10npm publish --access=public 10npm publish --access=public
11``` 11```
diff --git a/support/doc/development/release.md b/support/doc/development/release.md
index c4935524c..81e35c58d 100644
--- a/support/doc/development/release.md
+++ b/support/doc/development/release.md
@@ -28,9 +28,11 @@ NODE_APP_INSTANCE=6 NODE_ENV=test node dist/server --benchmark-startup
28 28
29## @peertube/embed-api 29## @peertube/embed-api
30 30
31At the root of PeerTube:
32
31``` 33```
32cd client/src/standalone/player 34cd client/src/standalone/embed-player-api
33npm version patch 35npm version patch
34npm run build 36cd ../../../../
35npm publish --access=public 37npm run release-embed-api
36``` 38```