Skip to content

Commit c78724a

Browse files
authored
HBASE-30009 Copy ref guide pdfs to build output directory after building site (#7958)
Co-authored-by: OpenCode MiMo V2 Pro Free Signed-off-by: Dávid Paksy <paksyd@apache.org>
1 parent 88ffeae commit c78724a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

hbase-website/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@
2727
"extract-all": "node scripts/extract-developers.js && node scripts/extract-hbase-config.js && node scripts/extract-hbase-version.js",
2828
"export-pdf": "playwright test e2e-tests/export-pdf.spec.ts --project=chromium --workers=1",
2929
"fumadocs-init": "fumadocs-mdx",
30-
"ci": "npm run extract-all && npm run fumadocs-init && npm run lint && npm run typecheck && npm run test:unit:run && npm run build && npx playwright install && npm run test:e2e",
31-
"ci-skip-tests": "npm run extract-all && npm run fumadocs-init && npm run build && npx playwright install && npm run export-pdf"
30+
"copy-pdf-to-build": "cp -r public/books build/client",
31+
"ci": "npm run extract-all && npm run fumadocs-init && npm run lint && npm run typecheck && npm run test:unit:run && npm run build && npx playwright install && npm run test:e2e && npm run copy-pdf-to-build",
32+
"ci-skip-tests": "npm run extract-all && npm run fumadocs-init && npm run build && npx playwright install && npm run export-pdf && npm run copy-pdf-to-build"
3233
},
3334
"dependencies": {
3435
"@hookform/resolvers": "^3.10.0",

0 commit comments

Comments
 (0)