mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
Cli: Fix build
This commit is contained in:
parent
778b30b1cf
commit
82eefca110
@ -16,6 +16,7 @@ tasks.build = {
|
||||
await tasks.copyLib.fn();
|
||||
await utils.copyFile(`${__dirname}/package.json`, `${buildDir}/package.json`);
|
||||
await utils.copyFile(`${__dirname}/package-lock.json`, `${buildDir}/package-lock.json`);
|
||||
await utils.copyFile(`${__dirname}/gulpfile.js`, `${buildDir}/gulpfile.js`);
|
||||
|
||||
// const packageRaw = await fs.readFile(`${buildDir}/package.json`);
|
||||
// const package = JSON.parse(packageRaw.toString());
|
||||
|
Loading…
Reference in New Issue
Block a user