Skip to content

Commit 78c411b

Browse files
authored
2 parents 63206bf + 6463e5d commit 78c411b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

buildspec.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ phases:
2020
# allows our build to more consistently succeed
2121
- /sbin/sysctl -w vm.max_map_count=2251954
2222

23+
# install dependencies. align-version.sh depends on this.
24+
- yarn install --frozen-lockfile
25+
2326
pre_build:
2427
commands:
2528
# Print our ulimits to find out if we might run into a resource limit

0 commit comments

Comments
 (0)