We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a6711 commit 031cf2dCopy full SHA for 031cf2d
1 file changed
package.json
@@ -70,7 +70,7 @@
70
"lint:full": "run-s lint lint:native lint:api",
71
"//fmt": "code formatting",
72
"fmt": "run-p fmt:prettier fmt:native",
73
- "fmt:prettier": "prettier --write .",
+ "fmt:prettier": "prettier --cache --write .",
74
"fmt:native": "clang-format --style=LLVM -i src/shims/*.h src/*.cpp src/*.h test/fixtures/test-extension/*.c || true",
75
"//memory": "memory analysis tools",
76
"memory:check": "npx --yes tsx scripts/check-memory.ts",
0 commit comments