Skip to content

Commit

Permalink
fix: Update compie:installer npm command
Browse files Browse the repository at this point in the history
  • Loading branch information
cyaiox committed Sep 12, 2024
1 parent 288b08a commit 528e02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"build:renderer": "cd ./packages/renderer && vite build",
"build:shared": "cd ./packages/shared && vite build",
"compile": "cross-env MODE=production npm run build && electron-builder build --config electron-builder.yml --dir",
"compile:installer": "cross-env MODE=production npm run build && electron-builder build --config electron-builder.yml",
"compile:installer": "cross-env MODE=production npm run build && electron-builder build --config electron-builder.yml --publish never",
"test": "npm run test:main && npm run test:preload && npm run test:renderer && npm run test:e2e",
"test:e2e": "npm run build && vitest run",
"test:main": "vitest run -r packages/main --passWithNoTests",
Expand Down

0 comments on commit 528e02c

Please sign in to comment.