Skip to content

Commit

Permalink
[CI] Stop running test by dtslint (#946)
Browse files Browse the repository at this point in the history
This patch stops running `dtslint test/types`, because `dtslint` being deprecated and not supporting Node 20.
  • Loading branch information
minggangw authored Dec 7, 2023
1 parent 37da60f commit c15c618
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 @@ -23,7 +23,7 @@
"postinstall": "npm run generate-messages",
"docs": "cd docs && make",
"test": "node --expose-gc ./scripts/run_test.js && npm run dtslint",
"dtslint": "node scripts/generate_tsd.js && dtslint test/types",
"dtslint": "node scripts/generate_tsd.js",
"lint": "eslint --max-warnings=0 --ext js,ts index.js types scripts lib example rosidl_gen rosidl_parser test benchmark/rclnodejs && node ./scripts/cpplint.js",
"format": "clang-format -i -style=file ./src/*.cpp ./src/*.hpp && prettier --write \"{lib,rosidl_gen,rostsd_gen,rosidl_parser,types,example,test,scripts,benchmark}/**/*.{js,md,ts}\" ./*.{js,md,ts}"
},
Expand Down

0 comments on commit c15c618

Please sign in to comment.