There was an error while loading. Please reload this page.
1 parent b458c83 commit 6ddf0adCopy full SHA for 6ddf0ad
1 file changed
DockerfileEdsDemo
@@ -16,10 +16,12 @@ COPY . ./
16
# Install dependencies first
17
RUN pnpm install --frozen-lockfile
18
19
-# Build only required workspace dependencies, then build the app
+# Build workspace dependencies in correct order, then build the app
20
RUN pnpm --filter @equinor/eds-tokens-sync run build && \
21
pnpm --filter @equinor/eds-tokens-build run build && \
22
pnpm --filter @equinor/eds-tokens run build && \
23
+ pnpm --filter @equinor/eds-utils run build && \
24
+ pnpm --filter @equinor/eds-icons run build && \
25
pnpm --filter @equinor/eds-core-react run build && \
26
pnpm --filter eds-demo run build
27
0 commit comments