diff --git a/package.json b/package.json index 5583455603..b23d989e4d 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "build": "remix vite:build", "dev": "remix vite:dev", "test": "vitest --run", + "prettier": "prettier --write app/", "test:watch": "vitest", "lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .", "lint:fix": "npm run lint -- --fix",