diff options
author | Chocobozzz <me@florianbigard.com> | 2023-07-10 16:41:08 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-07-10 16:41:08 +0200 |
commit | c3030e944ad03c7fd7b5d668a2d88ff03e4cdf19 (patch) | |
tree | 60cfdd1aabe66ff4f65fd94243debecb7dd41555 /support | |
parent | 63e2f087c3410206aa294df8099b005e615592e5 (diff) | |
download | PeerTube-c3030e944ad03c7fd7b5d668a2d88ff03e4cdf19.tar.gz PeerTube-c3030e944ad03c7fd7b5d668a2d88ff03e4cdf19.tar.zst PeerTube-c3030e944ad03c7fd7b5d668a2d88ff03e4cdf19.zip |
Fix build
Diffstat (limited to 'support')
-rw-r--r-- | support/doc/development/lib.md | 2 | ||||
-rw-r--r-- | support/doc/development/release.md | 8 |
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 | ``` |
8 | cd client/src/standalone/player/ | 8 | cd client/src/standalone/embed-player-api/ |
9 | npm run build | 9 | npm run build |
10 | npm publish --access=public | 10 | npm 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 | ||
31 | At the root of PeerTube: | ||
32 | |||
31 | ``` | 33 | ``` |
32 | cd client/src/standalone/player | 34 | cd client/src/standalone/embed-player-api |
33 | npm version patch | 35 | npm version patch |
34 | npm run build | 36 | cd ../../../../ |
35 | npm publish --access=public | 37 | npm run release-embed-api |
36 | ``` | 38 | ``` |