chore: Fix lint

This commit is contained in:
Sidharth Vinod
2024-06-30 14:50:53 +05:30
parent 8b8c0dd57c
commit 55bd9e6efa

View File

@@ -56,7 +56,7 @@ const handler = (e) => {
const main = async () => { const main = async () => {
await generateLangium(); await generateLangium();
await mkdir('stats', {recursive: true}); await mkdir('stats', { recursive: true });
const packageNames = Object.keys(packageOptions) as (keyof typeof packageOptions)[]; const packageNames = Object.keys(packageOptions) as (keyof typeof packageOptions)[];
// it should build `parser` before `mermaid` because it's a dependency // it should build `parser` before `mermaid` because it's a dependency
for (const pkg of packageNames) { for (const pkg of packageNames) {