Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: mdx doc generation scripts #1862

Merged
merged 2 commits into from
Sep 19, 2024
Merged

refactor: mdx doc generation scripts #1862

merged 2 commits into from
Sep 19, 2024

Conversation

abose
Copy link
Member

@abose abose commented Sep 19, 2024

No description provided.

Copy link

sonarcloud bot commented Sep 19, 2024

@abose abose merged commit ed42854 into main Sep 19, 2024
2 checks passed
@abose abose deleted the bp branch September 19, 2024 07:42

// Run jsdoc-to-mdx
execSync(`npx jsdoc-to-mdx -c ${path.relative(__dirname, configFile)}`, { cwd: __dirname });
execSync(`npx jsdoc-to-mdx -c ${path.relative(BUILD_DIR, CONFIG_FILE)}`, { cwd: BUILD_DIR });

Check warning

Code scanning / CodeQL

Shell command built from environment values Medium

This shell command depends on an uncontrolled
absolute path
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant