mirror of https://github.com/laurent22/joplin.git
Cli: Fix build
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