Skip to content

Commit 6b8b0ac

Browse files
committed
build fix
1 parent b7f9530 commit 6b8b0ac

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

apps/anywaydata/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ COPY scripts ./scripts
1414

1515
RUN pnpm install --frozen-lockfile
1616
RUN node -e "require.resolve('@rolldown/binding-linux-x64-musl')" >/dev/null 2>&1 || (pnpm install --force --frozen-lockfile --config.minimumReleaseAge=0 && node -e "require.resolve('@rolldown/binding-linux-x64-musl')")
17-
RUN cd docs-src && npm ci
18-
RUN cd docs-src && npm run anywaydata
17+
RUN pnpm --dir docs-src run anywaydata
1918
RUN pnpm run build:web
2019
RUN node ./scripts/merge-web-build-into-docs-build.js
2120

@@ -24,4 +23,3 @@ WORKDIR /usr/share/nginx/html
2423

2524
COPY --from=builder /app/build/ ./
2625

27-

docs-src/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"@docusaurus/core": "3.10.1",
1919
"@docusaurus/preset-classic": "3.10.1",
2020
"@mdx-js/react": "3.0.0",
21+
"clsx": "2.1.1",
2122
"prism-react-renderer": "2.1.0",
2223
"react": "18.2.0",
2324
"react-dom": "18.2.0",

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)