Set --frozen-lockfile with yarn when necessary

This commit is contained in:
Anmol Sethi
2020-05-14 21:47:33 -04:00
parent d4b3d21dce
commit 89c5a4dfea
7 changed files with 7 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ main() {
rsync "$node_path" "$RELEASE_PATH/lib/node"
cd "$RELEASE_PATH"
yarn --production
yarn --production --frozen-lockfile
}
main "$@"