Skip to content

Commit f60a6ab

Browse files
authored
fix readme workflow and remove files logic (#9)
1 parent b0b2b60 commit f60a6ab

File tree

2 files changed

+2
-34
lines changed

2 files changed

+2
-34
lines changed

.github/actions/generate-help-docs.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { execSync } from 'node:child_process'
22
import { readFile, writeFile } from 'node:fs/promises'
33
import { join } from 'node:path'
4-
import { TRANSFORM_OPTIONS } from '../../config.js'
4+
import { TRANSFORM_OPTIONS } from '../../build/config.js'
55

6-
let output = execSync('node ../../index.js --help', {
6+
let output = execSync('node ../../build/index.js --help', {
77
encoding: 'utf-8',
88
})
99

utils/file.ts

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)