Skip to content

Commit

Permalink
test: 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 d630a82 commit b4c6b25
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 @@ -29,7 +29,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"
},
"engines": {
"node": ">=18.0.0"
Expand Down

0 comments on commit b4c6b25

Please sign in to comment.