Skip to content

Commit 31d9f6c

Browse files
committed
Update yarn install command to use frozen lockfile and non-interactive mode
1 parent 56895c7 commit 31d9f6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"php bin/console cache:warmup"
9898
],
9999
"build-web-frontend-assets": [
100-
"yarn install",
100+
"yarn install --frozen-lockfile --non-interactive",
101101
"yarn build:web-frontend"
102102
],
103103
"post-install-cmd": [

0 commit comments

Comments
 (0)