mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-10 14:34:26 +01:00
build: build .langium file using generate from langium-cli
This commit is contained in:
@@ -53,7 +53,7 @@ const handler = (e) => {
|
||||
};
|
||||
|
||||
const main = async () => {
|
||||
generateLangium();
|
||||
await generateLangium();
|
||||
await mkdir('stats').catch(() => {});
|
||||
const packageNames = Object.keys(packageOptions) as (keyof typeof packageOptions)[];
|
||||
// it should build `parser` before `mermaid` because it's a dependecy
|
||||
|
||||
Reference in New Issue
Block a user