mirror of
https://github.com/laurent22/joplin.git
synced 2026-05-07 23:10:37 -05:00
Tools: Run yarn build when releasing Android APK
This commit is contained in:
@@ -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}...`);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user