We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c89b5 commit 0abbf7eCopy full SHA for 0abbf7e
package.json
@@ -52,6 +52,7 @@
52
"compile-win32": "npm run build && electron-builder -w -p always --x64",
53
"compile-darwin": "npm run build && electron-builder -m -p always --x64",
54
"compile-linux": "npm run build && electron-builder -l -p always",
55
+ "compile-winlin": "npm run compile-linux; npm run compile-win32",
56
"lint": "tslint \"src/**/*.ts*\"",
57
"lint-fix": "prettier --write \"src/**/*.ts*\" && tslint \"src/**/*.ts*\" --fix",
58
"postinstall": "electron-builder install-app-deps",
0 commit comments