Skip to content

Commit

Permalink
build: use clang-format from npm
Browse files Browse the repository at this point in the history
PR-URL: #276
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
mmarchini committed Mar 25, 2019
1 parent 6424992 commit 62ca523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"codecov-upload-js": "codecov --disable=gcov --file=coverage-js.lcov",
"codecov-upload": "npm run codecov-upload-cc && npm run codecov-upload-js",
"linter": "node scripts/linter.js",
"format": "clang-format -i src/*"
"format": "npx clang-format -i src/*"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 62ca523

Please sign in to comment.