We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6158bb4 commit 3404ce2Copy full SHA for 3404ce2
1 file changed
package.json
@@ -7,11 +7,12 @@
7
"private": true,
8
"scripts": {
9
"package": "NODE_ENV=production yarn build && electron-builder --publish never -c electron-builder.json",
10
+ "package-win": "set NODE_ENV=production && yarn build && electron-builder --publish never -c electron-builder.json",
11
"start": "concurrently -k \"node esbuild.js\" \"yarn electron .\"",
12
"build": "node esbuild.js",
13
"lint": "eslint --ext .ts src",
14
"storybook": "ladle serve"
- },
15
+ },
16
"devDependencies": {
17
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
18
"@ladle/react": "^3.3.0",
0 commit comments