Skip to content

Commit

Permalink
add create:icon to npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Oct 7, 2024
1 parent 2fe5671 commit 0a05ed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "CAL-1.0",
"main": "./out/main/index.js",
"scripts": {
"dev": "yarn write:configs && yarn pouch:unpack && create:icons && electron-vite dev",
"dev": "yarn write:configs && yarn pouch:unpack && yarn create:icons && electron-vite dev",
"setup": "yarn && yarn fetch:binaries",
"typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false",
"typecheck:web": "tsc --noEmit -p tsconfig.web.json --composite false",
Expand All @@ -13,7 +13,7 @@
"pouch:unpack": "node ./scripts/unpack-pouch.js",
"create:icons": "node ./scripts/create-icons.js",
"write:configs": "node ./scripts/write-builder-config.js",
"build": "yarn write:configs && yarn pouch:unpack && create:icons && yarn typecheck && electron-vite build",
"build": "yarn write:configs && yarn pouch:unpack && yarn create:icons && yarn typecheck && electron-vite build",
"build:win": "yarn build && electron-builder --win --config",
"build:mac-arm64": "yarn build && electron-builder --mac --arm64 --config",
"build:mac-x64": "yarn build && electron-builder --mac --x64 --config",
Expand Down

0 comments on commit 0a05ed2

Please sign in to comment.