File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN corepack enable
99RUN pnpm install -g turbo@latest
1010
1111# PRUNE WORKSPACE
12- # Note: Here we cannot use --docker, as is recomended , since the generated
12+ # Note: Here we cannot use --docker, as is recommended , since the generated
1313# json directory does not allow linking package.json executable files
1414FROM base AS pruner
1515COPY . .
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN corepack enable
99RUN pnpm install -g turbo@latest
1010
1111# PRUNE WORKSPACE
12- # Note: Here we cannot use --docker, as is recomended , since the generated
12+ # Note: Here we cannot use --docker, as is recommended , since the generated
1313# json directory does not allow linking package.json executable files
1414FROM base AS pruner
1515COPY . .
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN corepack enable
88RUN pnpm install -g turbo@latest
99
1010# PRUNE WORKSPACE
11- # Note: Here we cannot use --docker, as is recomended , since the generated
11+ # Note: Here we cannot use --docker, as is recommended , since the generated
1212# json directory does not allow linking package.json executable files
1313FROM base AS builder
1414COPY . .
You can’t perform that action at this time.
0 commit comments