Fix cli bin/build test

Luke Karrys committed Oct 16, 2023 at 09:48 UTC c5a01f4e1780220b10602ff8ec1f421c3860e336
1 file changed +1 -1
cli/bin/build.js
+1 -1
@@ -10,7 +10,7 @@ const checkOnly = process.argv.includes('--check-only')
10
11 const ROOT = resolve(__dirname, '../..')
12 const contentPath = join(ROOT, 'content/cli')
13 -const navPath = join(ROOT, 'src/theme/nav.yml')
13 +const navPath = join(ROOT, 'content/nav.yml')
14
15 const checkContent = () => {
16 const status = spawnSync('git', ['status', '--porcelain', contentPath], { encoding: 'utf-8' })