mirror of https://github.com/laurent22/joplin.git
Tools: Run yarn build when releasing Android APK
parent
e287e5cbab
commit
6aa2c5f116
|
@ -120,6 +120,7 @@ async function createRelease(projectName: string, releaseConfig: ReleaseConfig,
|
|||
|
||||
await execCommand('yarn install', { showStdout: false });
|
||||
await execCommand('yarn tsc', { showStdout: false });
|
||||
await execCommand('yarn buildParallel', { showStdout: false });
|
||||
|
||||
console.info(`Building APK file v${suffix}...`);
|
||||
|
||||
|
|
Loading…
Reference in New Issue