We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6424992 commit 62ca523Copy full SHA for 62ca523
package.json
@@ -26,7 +26,7 @@
26
"codecov-upload-js": "codecov --disable=gcov --file=coverage-js.lcov",
27
"codecov-upload": "npm run codecov-upload-cc && npm run codecov-upload-js",
28
"linter": "node scripts/linter.js",
29
- "format": "clang-format -i src/*"
+ "format": "npx clang-format -i src/*"
30
},
31
"repository": {
32
"type": "git",
0 commit comments