You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Tools: Revert CI issue
This commit is contained in:
@ -5,7 +5,7 @@
|
|||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dist": "yarn run electronRebuild && yarn run electronBuilder",
|
"dist": "yarn run electronRebuild && npx electron-builder",
|
||||||
"build": "gulp build",
|
"build": "gulp build",
|
||||||
"postinstall": "yarn run build",
|
"postinstall": "yarn run build",
|
||||||
"electronBuilder": "gulp electronBuilder",
|
"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');
|
const execCommand = require('./execCommand');
|
||||||
|
|
||||||
async function main() {
|
async function main() {
|
||||||
|
Reference in New Issue
Block a user