You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Tools: Use Yarn 3 to manage monorepo (#5833)
This commit is contained in:
@@ -6,7 +6,7 @@ const rootDir = `${__dirname}/..`;
|
||||
const { execCommand, downloadFile, fileSha256, unlinkForce } = require('./tool-utils.js');
|
||||
|
||||
async function main() {
|
||||
const url = await execCommand('npm view joplin dist.tarball');
|
||||
const url = await execCommand('yarn view joplin dist.tarball');
|
||||
const targetPath = `${rootDir}/latest-cli.tar.gz`;
|
||||
await unlinkForce(targetPath);
|
||||
await downloadFile(url, targetPath);
|
||||
|
||||
Reference in New Issue
Block a user