Skip to content

Commit b4f1f5a

Browse files
committed
Fix CI
1 parent 3e79b7b commit b4f1f5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/convert

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ gsub_file_content("../spec/dummy/package.json", /"shakapacker": "[^"]*",/, '"sha
2222

2323
# The below packages don't work on the oldest supported Node version and aren't needed there anyway
2424
gsub_file_content("../package.json", /"eslint": "[^"]*",/, "")
25+
gsub_file_content("../package.json", /"eslint-plugin-jest": "[^"]*",/, "")
2526
gsub_file_content("../package.json", /"globals": "[^"]*",/, "")
2627
gsub_file_content("../package.json", /"knip": "[^"]*",/, "")
2728
gsub_file_content("../package.json", /"publint": "[^"]*",/, "")

0 commit comments

Comments
 (0)