1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Tools: Revert CI issue

This commit is contained in:
Laurent Cozic 2023-02-05 19:10:17 +00:00
parent c6e993b04a
commit 2f9464f21f
2 changed files with 5 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"main": "main.js",
"private": true,
"scripts": {
"dist": "yarn run electronRebuild && yarn run electronBuilder",
"dist": "yarn run electronRebuild && npx electron-builder",
"build": "gulp build",
"postinstall": "yarn run build",
"electronBuilder": "gulp electronBuilder",

View File

@ -1,3 +1,7 @@
// Note: this is not working because electron-builder needs access to env
// variables which are not defined in this context. To make it work, we'll need
// to somehow pass this to the execCommand call.
const execCommand = require('./execCommand');
async function main() {