There was an error while loading. Please reload this page.
1 parent 9fb32c7 commit c8d75b2Copy full SHA for c8d75b2
1 file changed
package.json
@@ -33,8 +33,8 @@
33
"build:win": "npm run build:pre && electron-builder --config=buildAssets/builder/config.js --windows",
34
"lint": "eslint . --ext .js,.ts,.vue .",
35
"lint:fix": "eslint . --ext .js,.ts,.vue --fix .",
36
- "format": "prettier .",
37
- "format:fix": "prettier . --write",
+ "format": "npx prettier .",
+ "format:fix": "npx prettier . --write",
38
"test": "npm run build:pre && playwright test",
39
"test:linux": "npm run build:pre && xvfb-run --auto-servernum --server-args='-screen 0, 1280x960x24' -- playwright test"
40
},
0 commit comments