diff --git a/package.json b/package.json index a6baee0..aa33519 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "lint:fix": "eslint --fix ./src/resources/scripts/ && tsc", "build": "NODE_ENV=production bun run ./build.ts", "build:dev": "NODE_ENV=development bun run ./build.ts", - "format": "prettier --write .", + "format": "prettier --write --list-different .", "format:check": "prettier --check ." }, "dependencies": {