diff --git a/Rakefile b/Rakefile index 8489944..ac9de4d 100644 --- a/Rakefile +++ b/Rakefile @@ -5,4 +5,3 @@ require_relative 'config/application' Rails.application.load_tasks -Rake::Task["shakapacker:check_yarn"].clear diff --git a/package-lock.json b/package-lock.json index bcb8e52..c814e41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,8 @@ }, "engines": { "node": "18.17.1", - "npm": ">=9.6.7" + "npm": ">=9.6.7", + "yarn": "~1.22.1" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index e98421f..cac29ac 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ }, "engines": { "node": "18.17.1", - "npm": ">=9.6.7" + "npm": ">=9.6.7", + "yarn": "~1.22.1" } }