aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/development/lib.md
diff options
context:
space:
mode:
Diffstat (limited to 'support/doc/development/lib.md')
-rw-r--r--support/doc/development/lib.md2
1 files changed, 1 insertions, 1 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```