remove deprecated yarn check

This commit is contained in:
Adrien POLY 2024-01-14 22:43:46 +01:00
parent 0ecfbe2568
commit 88e8774844
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ FileUtils.chdir APP_ROOT do
<% if using_node? -%>
# Install JavaScript dependencies
system("yarn check --check-files") || system!("yarn install")
system("yarn install --check-files")
<% elsif using_bun? -%>
# Install JavaScript dependencies