Skip to content

Commit d687a6f

Browse files
committed
Fix CI
1 parent 337685e commit d687a6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: script/convert

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ gsub_file_content("../Gemfile.development_dependencies", /gem "shakapacker", "[^
1717

1818
# The below packages don't work on the oldest supported Node version and aren't needed there anyway
1919
gsub_file_content("../package.json", /"eslint": "[^"]*",/, "")
20+
gsub_file_content("../package.json", /"eslint-plugin-jest": "[^"]*",/, "")
2021
gsub_file_content("../package.json", /"globals": "[^"]*",/, "")
2122
gsub_file_content("../package.json", /"knip": "[^"]*",/, "")
2223
gsub_file_content("../package.json", /"typescript-eslint": "[^"]*",/, "")

0 commit comments

Comments
 (0)