File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 6767
6868 - run : pnpm turbo run docgen --filter=@evolution-sdk/evolution
6969
70+ # Copy the generated API docs to the docs project
71+ - run : pnpm --filter=@evolution-sdk/docs run copy-evolution-docs
72+
7073 # Build the docs with Next.js static export (output: export in next.config.js)
7174 - run : pnpm --filter=@evolution-sdk/docs run build
7275
Original file line number Diff line number Diff line change 1010 "export" : " next build" ,
1111 "copy-evolution-docs" : " node scripts/copy-evolution-docs.mjs" ,
1212 "validate-codeblocks" : " node scripts/validate-and-update-codeblocks.mjs" ,
13- "prebuild" : " pnpm run copy-evolution-docs && pnpm run validate-codeblocks"
13+ "validate-codeblocks-safe" : " node scripts/validate-and-update-codeblocks.mjs" ,
14+ "prebuild" : " pnpm run copy-evolution-docs && (pnpm run validate-codeblocks-safe || true)" ,
15+ "update-docs" : " pnpm run copy-evolution-docs && pnpm run validate-codeblocks"
1416 },
1517 "dependencies" : {
1618 "next" : " ^14.0.0" ,
2325 "@types/node" : " ^20.0.0" ,
2426 "@types/react" : " ^18.2.0" ,
2527 "@types/react-dom" : " ^18.2.0" ,
28+ "tsx" : " ^4.7.0" ,
2629 "typescript" : " ^5.0.0"
2730 }
2831}
You can’t perform that action at this time.
0 commit comments