Skip to content

Commit

Permalink
fix: yarn frozen-lockfile option is deprecated and was replaced by im…
Browse files Browse the repository at this point in the history
…mutable

Ref #42935
  • Loading branch information
xel1045 committed Oct 26, 2023
1 parent 62bb701 commit 043f57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Envoy.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@

if [ -f "package.json" ]; then
if [ -f "yarn.lock" ]; then
{{ $cmdYarn }} install --frozen-lockfile
{{ $cmdYarn }} install --immutable
else
{{ $cmdNpm }} install
fi
Expand Down

0 comments on commit 043f57c

Please sign in to comment.