Move docs.cli to scripts

This commit is contained in:
Sidharth Vinod
2023-07-18 22:06:43 +05:30
parent 483385b2f6
commit 3fcb071592
6 changed files with 7 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ import {
SOURCE_DOCS_DIR,
readSyncedUTF8file,
MERMAID_RELEASE_VERSION,
} from '../src/docs.mjs';
} from './docs.mjs';
import { writeFile } from 'fs/promises';
const verifyOnly: boolean = process.argv.includes('--verify');