Skip to content

Commit 62ca523

Browse files
committed
build: use clang-format from npm
PR-URL: #276 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 6424992 commit 62ca523

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
@@ -26,7 +26,7 @@
2626
"codecov-upload-js": "codecov --disable=gcov --file=coverage-js.lcov",
2727
"codecov-upload": "npm run codecov-upload-cc && npm run codecov-upload-js",
2828
"linter": "node scripts/linter.js",
29-
"format": "clang-format -i src/*"
29+
"format": "npx clang-format -i src/*"
3030
},
3131
"repository": {
3232
"type": "git",

0 commit comments

Comments
 (0)