Skip to content

Commit c5a01f4

Browse files
committed
Fix cli bin/build test
1 parent 8c2870a commit c5a01f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/bin/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const checkOnly = process.argv.includes('--check-only')
1010

1111
const ROOT = resolve(__dirname, '../..')
1212
const contentPath = join(ROOT, 'content/cli')
13-
const navPath = join(ROOT, 'src/theme/nav.yml')
13+
const navPath = join(ROOT, 'content/nav.yml')
1414

1515
const checkContent = () => {
1616
const status = spawnSync('git', ['status', '--porcelain', contentPath], { encoding: 'utf-8' })

0 commit comments

Comments
 (0)