1
0
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:
Laurent Cozic 2020-03-07 01:11:35 +00:00
parent 778b30b1cf
commit 82eefca110

View File

@ -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());