We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b2b60 commit f60a6abCopy full SHA for f60a6ab
.github/actions/generate-help-docs.mjs
@@ -1,9 +1,9 @@
1
import { execSync } from 'node:child_process'
2
import { readFile, writeFile } from 'node:fs/promises'
3
import { join } from 'node:path'
4
-import { TRANSFORM_OPTIONS } from '../../config.js'
+import { TRANSFORM_OPTIONS } from '../../build/config.js'
5
6
-let output = execSync('node ../../index.js --help', {
+let output = execSync('node ../../build/index.js --help', {
7
encoding: 'utf-8',
8
})
9
utils/file.ts
0 commit comments