Skip to content

Commit

Permalink
Add windows packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
velo authored and velo committed Jan 10, 2024
1 parent 6158bb4 commit 3404ce2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
"private": true,
"scripts": {
"package": "NODE_ENV=production yarn build && electron-builder --publish never -c electron-builder.json",
"package-win": "set NODE_ENV=production && yarn build && electron-builder --publish never -c electron-builder.json",
"start": "concurrently -k \"node esbuild.js\" \"yarn electron .\"",
"build": "node esbuild.js",
"lint": "eslint --ext .ts src",
"storybook": "ladle serve"
},
},
"devDependencies": {
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@ladle/react": "^3.3.0",
Expand Down

0 comments on commit 3404ce2

Please sign in to comment.