Skip to content

Commit 503819f

Browse files
committed
feat: migrate from webpack to vite
Signed-off-by: Adam Setch <adam.setch@outlook.com>
1 parent c23c6e7 commit 503819f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"codegen:watch": "pnpm codegen --watch",
1313
"dev": "concurrently --names \"vite,codegen\" --prefix-colors \"blue,magenta\" \"vite dev\" \"pnpm codegen:watch\"",
1414
"start": "pnpm build && pnpm dev",
15-
"package:linux": "electron-builder --linux --config ./config/electron-builder.js",
16-
"package:macos": "electron-builder --mac --config ./config/electron-builder.js",
17-
"package:win": "electron-builder --win --config ./config/electron-builder.js",
15+
"package:linux": "electron-builder --linux",
16+
"package:macos": "electron-builder --mac",
17+
"package:win": "electron-builder --win",
1818
"lint": "biome check --fix",
1919
"lint:check": "biome check",
2020
"test": "vitest --coverage --run",
@@ -141,4 +141,4 @@
141141
"*": "biome check --no-errors-on-unmatched",
142142
"*.{js,ts,tsx}": "pnpm test --changed --passWithNoTests --update"
143143
}
144-
}
144+
}

0 commit comments

Comments
 (0)