Skip to content

Commit 4efa4de

Browse files
committed
Fix CI
1 parent faafc10 commit 4efa4de

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
@@ -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)