mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-21 06:53:17 +08:00
963dd75c39
Co-authored-by: Sidharth Vinod <sidharthv96@gmail.com>
6 lines
165 B
TypeScript
6 lines
165 B
TypeScript
import { execSync } from 'child_process';
|
|
|
|
export function generateLangium() {
|
|
execSync(`pnpm --prefix ${process.cwd()}/packages/parser exec langium generate`);
|
|
}
|