Skip to content

Commit 0cc793e

Browse files
committed
fix "yarn install" invocation: --frozenlockfile -> --frozen-lockfile
1 parent 3bf13c6 commit 0cc793e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/leeway/build.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1357,7 +1357,7 @@ cp $DIR/installer-package.json package.json
13571357
$DIR/get_yarn_lock.sh > yarn.lock
13581358
13591359
mkdir -p _temp_yarn_cache
1360-
yarn install --frozenlockfile --prod --cache-folder _temp_yarn_cache
1360+
yarn install --frozen-lockfile --prod --cache-folder _temp_yarn_cache
13611361
rm -r yarn.lock _temp_yarn_cache
13621362
`
13631363

0 commit comments

Comments
 (0)