Skip to content

Commit

Permalink
fix: use --frozen-lockfile for yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrenaud committed Feb 20, 2023
1 parent 73653e9 commit 5d20aba
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 @@ -267,7 +267,7 @@

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

0 comments on commit 5d20aba

Please sign in to comment.