From c3030e944ad03c7fd7b5d668a2d88ff03e4cdf19 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 10 Jul 2023 16:41:08 +0200 Subject: Fix build --- support/doc/development/lib.md | 2 +- support/doc/development/release.md | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'support/doc/development') 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 @@ ### Build & Publish ``` -cd client/src/standalone/player/ +cd client/src/standalone/embed-player-api/ npm run build npm publish --access=public ``` 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 ## @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 ``` -- cgit v1.2.3