Skip to content

Commit 621041a

Browse files
committed
add support to package for both win and mac
1 parent 3f5801f commit 621041a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/flowtest-electron/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"start": "electron .",
1616
"test": "jest",
1717
"pack": "NODE_ENV=production electron-builder --dir",
18-
"dist": "NODE_ENV=production electron-builder"
18+
"dist:mac": "NODE_ENV=production electron-builder --mac",
19+
"dist:win": "SET NODE_ENV=production & electron-builder --win"
1920
},
2021
"author": "Sajal Jain <jsajal1993@gmail.com>",
2122
"license": "MIT",

0 commit comments

Comments
 (0)