mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-27 08:21:03 +02:00
Forgot to publish in publish script
This commit is contained in:
parent
e705e6e990
commit
cd69e71945
@ -69,6 +69,7 @@ async function main() {
|
|||||||
await execCommand('bash build.sh');
|
await execCommand('bash build.sh');
|
||||||
await execCommand('cp package.json build/');
|
await execCommand('cp package.json build/');
|
||||||
await execCommand('cp ../README.md build/');
|
await execCommand('cp ../README.md build/');
|
||||||
|
await execCommand('npm publish');
|
||||||
|
|
||||||
const changelog = await execCommand('node ../Tools/git-changelog ' + changelogFrom);
|
const changelog = await execCommand('node ../Tools/git-changelog ' + changelogFrom);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user