Skip to content

Commit 6ddf0ad

Browse files
Chibuzor-NwemambuHjaf
authored andcommitted
added missing dependencies.
1 parent b458c83 commit 6ddf0ad

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

DockerfileEdsDemo

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ COPY . ./
1616
# Install dependencies first
1717
RUN pnpm install --frozen-lockfile
1818

19-
# Build only required workspace dependencies, then build the app
19+
# Build workspace dependencies in correct order, then build the app
2020
RUN pnpm --filter @equinor/eds-tokens-sync run build && \
2121
pnpm --filter @equinor/eds-tokens-build run build && \
2222
pnpm --filter @equinor/eds-tokens run build && \
23+
pnpm --filter @equinor/eds-utils run build && \
24+
pnpm --filter @equinor/eds-icons run build && \
2325
pnpm --filter @equinor/eds-core-react run build && \
2426
pnpm --filter eds-demo run build
2527

0 commit comments

Comments
 (0)