We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9fffe8 commit 6abcdf3Copy full SHA for 6abcdf3
1 file changed
package.json
@@ -6,7 +6,8 @@
6
"scripts": {
7
"dev": "cross-env NODE_ENV=development electron .",
8
"start": "cross-env NODE_ENV=production electron .",
9
- "dist": "build -mwl"
+ "dist": "build -mwl",
10
+ "dist:linux": "build --linux deb"
11
},
12
"author": "Yukai Huang <yukaihuangtw@gmail.com> (https://yukaii.tw)",
13
"license": "MIT",
0 commit comments