diff options
| author | Matt Mayer <[email protected]> | 2023-03-15 15:13:02 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-15 08:13:02 +0000 |
| commit | e5442d2a9cb38e6f69da3a9206ea62b64862ef31 (patch) | |
| tree | 9215bf06e656978ecdb8df98d3b44a1354f4614a | |
| parent | 2030cf1eb5b7ed3cb407587b9af64711f7682cbe (diff) | |
| download | faker-e5442d2a9cb38e6f69da3a9206ea62b64862ef31.tar.xz faker-e5442d2a9cb38e6f69da3a9206ea62b64862ef31.zip | |
infra: enable prettier cache (#1930)
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 65dce30f..3e7df976 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "docs:dev:run": "vitepress dev docs", "docs:serve": "vitepress serve docs --port 5173", "docs:diff": "tsx ./scripts/diff.ts", - "format": "prettier --write .", + "format": "prettier --cache --write .", "lint": "eslint --cache --cache-strategy content .", "ts-check:scripts": "tsc --project tsconfig.check-scripts.json", "ts-check:tests": "tsc --project tsconfig.check-tests.json", |
