Skip to content

Commit

Permalink
Fix Prettier workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hopperelec committed Nov 25, 2023
1 parent 5ec2ff1 commit cfaf03b
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 @@ -11,7 +11,7 @@
"eslint": "eslint .",
"stylelint": "stylelint '**/*.{css,html,scss,svelte}'",
"format": "prettier --write .",
"format:check": "prettier --check .",
"format-check": "prettier --check .",
"test": "npm run test:unit && npm run test:integration",
"test:integration": "playwright test",
"test:unit": "vitest"
Expand Down

0 comments on commit cfaf03b

Please sign in to comment.