Skip to content

Commit 031cf2d

Browse files
committed
fix(scripts): update prettier command to use cache for improved performance
1 parent 53a6711 commit 031cf2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"lint:full": "run-s lint lint:native lint:api",
7171
"//fmt": "code formatting",
7272
"fmt": "run-p fmt:prettier fmt:native",
73-
"fmt:prettier": "prettier --write .",
73+
"fmt:prettier": "prettier --cache --write .",
7474
"fmt:native": "clang-format --style=LLVM -i src/shims/*.h src/*.cpp src/*.h test/fixtures/test-extension/*.c || true",
7575
"//memory": "memory analysis tools",
7676
"memory:check": "npx --yes tsx scripts/check-memory.ts",

0 commit comments

Comments
 (0)