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 dd40498 commit 54d4bdfCopy full SHA for 54d4bdf
electron/build/template-package.json
@@ -20,8 +20,7 @@
20
"scripts": {
21
"build": "yarn download:plugins && theia build --mode production && yarn patch",
22
"rebuild": "yarn theia rebuild:electron",
23
- "package": "cross-env DEBUG=* && cross-env USE_HARD_LINKS=false && electron-builder --publish=never",
24
- "package:publish": "cross-env DEBUG=* && electron-builder --publish=always",
+ "package": "cross-env DEBUG=* USE_HARD_LINKS=false && electron-builder --publish=never",
25
"download:plugins": "theia download:plugins",
26
"patch": "ncp ./patch/backend/main.js ./src-gen/backend/main.js"
27
},
0 commit comments