fix: generate Panda CSS styled-system before building in Docker
This commit is contained in:
parent
57d146027a
commit
c7a45e9c41
|
|
@ -21,6 +21,9 @@ RUN pnpm install --frozen-lockfile
|
|||
FROM base AS builder
|
||||
COPY . .
|
||||
|
||||
# Generate Panda CSS styled-system before building
|
||||
RUN cd apps/web && npx @pandacss/dev
|
||||
|
||||
# Build using turbo for apps/web and its dependencies
|
||||
RUN turbo build --filter=@soroban/web
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue