Skip to content

Commit 54d4bdf

Browse files
author
Akos Kitta
committed
fix: set both envs together
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
1 parent dd40498 commit 54d4bdf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

electron/build/template-package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
"scripts": {
2121
"build": "yarn download:plugins && theia build --mode production && yarn patch",
2222
"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",
23+
"package": "cross-env DEBUG=* USE_HARD_LINKS=false && electron-builder --publish=never",
2524
"download:plugins": "theia download:plugins",
2625
"patch": "ncp ./patch/backend/main.js ./src-gen/backend/main.js"
2726
},

0 commit comments

Comments
 (0)