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:
parent
c6e993b04a
commit
2f9464f21f
@ -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",
|
||||
|
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user