You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
Chore: Rename instances of yarn run to just yarn
This commit is contained in:
@@ -8,10 +8,10 @@ async function main() {
|
||||
await gitPullTry();
|
||||
|
||||
chdir(rootDir);
|
||||
await execCommand('yarn run tsc');
|
||||
await execCommand('yarn tsc');
|
||||
|
||||
chdir(workDir);
|
||||
await execCommand('yarn run dist');
|
||||
await execCommand('yarn dist');
|
||||
|
||||
const newVersion = (await execCommand('npm version patch')).trim();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user