Skip to content

Commit 4a72069

Browse files
committed
wip
1 parent f0d0bf2 commit 4a72069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"postinstall": "node postInstall.js",
4848
"lint": "eslint --ext js,ts,tsx --report-unused-disable-directives --max-warnings 0 .",
4949
"format": "prettier --write .",
50-
"format-cpp": "find src/ -iname '*.h' -o -iname '*.cpp' | xargs clang-format -i",
50+
"format-cpp": "clang-format --version; find src/ -iname '*.h' -o -iname '*.cpp' | xargs clang-format -i",
5151
"precommit": "npm run format-cpp && npm run format && npm run lint && npm test"
5252
},
5353
"main": "./index.js"

0 commit comments

Comments
 (0)