Skip to content

Commit

Permalink
fix: remove test param
Browse files Browse the repository at this point in the history
  • Loading branch information
cazala committed Jul 26, 2024
1 parent a97ae9e commit d2df537
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 @@ -15,7 +15,7 @@
"build:main": "cd ./packages/main && vite build",
"build:preload": "cd ./packages/preload && vite build",
"build:renderer": "cd ./packages/renderer && vite build",
"compile": "cross-env MODE=production npm run build && electron-builder build --config electron-builder.yml --dir --config.extraMetadata.version=3.3.3",
"compile": "cross-env MODE=production npm run build && electron-builder build --config electron-builder.yml --dir",
"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 d2df537

Please sign in to comment.