Skip to content

Commit

Permalink
chore: update format scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
MuckT committed Mar 20, 2024
1 parent d4f957b commit ef0cf46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"typecheck": "tsc",
"cypress": "cypress run --browser chrome",
"cypress:open": "cypress open --browser chrome",
"fmt:check": "prettier -c --ignore-path .gitignore --ignore-path .prettierignore .",
"fmt:fix": "prettier -w --ignore-path .gitignore --ignore-path .prettierignore .",
"format:check": "prettier -c --ignore-path .gitignore --ignore-path .prettierignore .",
"format:fix": "prettier -w --ignore-path .gitignore --ignore-path .prettierignore .",
"e2e:headless": "start-server-and-test dev http://localhost:5173 cypress",
"test": "vitest run",
"storybook": "storybook dev",
Expand Down

0 comments on commit ef0cf46

Please sign in to comment.