1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Doc: Fixed deploy doc

This commit is contained in:
Laurent Cozic 2021-05-10 12:22:56 +02:00
parent 610e1dc885
commit 5d7a3ceff5

View File

@ -54,6 +54,12 @@ Finally, to release the actual app, run:
npm run releaseCli npm run releaseCli
## Joplin Server
Run:
npm run releaseServer
## Web clipper ## Web clipper
Run: Run:
@ -64,7 +70,7 @@ Run:
First the types should generally be updated, using `./updateTypes.sh`. Then run: First the types should generally be updated, using `./updateTypes.sh`. Then run:
npm run releaseGenerator npm run releasePluginGenerator
## Plugin Repo Cli ## Plugin Repo Cli