Skip to content

Commit dbeba6f

Browse files
committed
chore: let hosting using yarn modern
1 parent 70918f4 commit dbeba6f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

amplify.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ frontend:
33
phases:
44
preBuild:
55
commands:
6-
- yarn install
6+
- corepack enable
7+
- yarn set version stable
8+
- yarn install --frozen-lockfile
79
build:
810
commands:
911
- echo "BUILD_ENV=$BUILD_ENV" >> .env.custom

0 commit comments

Comments
 (0)