Skip to content

Commit

Permalink
do not build unused electron package file
Browse files Browse the repository at this point in the history
  • Loading branch information
jooy2 committed Oct 25, 2023
1 parent a13844a commit c0bea3c
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 @@ -30,7 +30,7 @@
"lint:fix": "eslint --ext .js,.ts,.vue -f ./node_modules/eslint-friendly-formatter --fix src",
"format": "prettier .",
"format:fix": "prettier . --write",
"test": "npm run build:dir && xvfb-maybe -- playwright test"
"test": "npm run build:pre && xvfb-maybe -- playwright test"
},
"devDependencies": {
"@playwright/test": "^1.39.0",
Expand Down

0 comments on commit c0bea3c

Please sign in to comment.