diff --git a/package.json b/package.json index 4825a74c..2a9fda5b 100644 --- a/package.json +++ b/package.json @@ -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",