mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-11 18:24:43 +02:00
Fix CLI build script
This commit is contained in:
parent
52e5cec585
commit
047897621a
@ -69,6 +69,9 @@ async function main() {
|
||||
await execCommand('bash build.sh');
|
||||
await execCommand('cp package.json build/');
|
||||
await execCommand('cp ../README.md build/');
|
||||
|
||||
process.chdir(appDir + '/build');
|
||||
|
||||
await execCommand('npm publish');
|
||||
|
||||
const changelog = await execCommand('node ../Tools/git-changelog ' + changelogFrom);
|
||||
|
Loading…
Reference in New Issue
Block a user