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 bc85a90 commit ff9ab62Copy full SHA for ff9ab62
1 file changed
package.json
@@ -63,7 +63,7 @@
63
"test-idl": "node --expose-gc ./scripts/run_test.cjs --idl",
64
"lint": "eslint && node ./scripts/cpplint.cjs",
65
"test:asan": "bash scripts/run_asan_test.sh",
66
- "format": "clang-format -i -style=file ./src/*.cpp ./src/*.h && npx --yes prettier --write \"{lib,rosidl_gen,rostsd_gen,rosidl_parser,types,example,test,scripts,benchmark,rostsd_gen}/**/*.{js,cjs,md,ts}\" ./*.{js,md,ts}",
+ "format": "clang-format -i -style=file ./src/*.cpp ./src/*.h && npx --yes prettier --write \"{lib,rosidl_gen,rostsd_gen,rosidl_parser,types,example,test,scripts,benchmark,rostsd_gen}/**/*.{js,cjs,mjs,md,ts}\" ./*.{js,md,ts}",
67
"prepack": "npm run build:dist",
68
"prepare": "husky",
69
"coverage": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
0 commit comments