Skip to content

Commit 92dc15b

Browse files
authored
docs: update build (#2585)
Co-authored-by: Oli Morris <[email protected]>
1 parent 354d2bb commit 92dc15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"dev": "vitepress dev",
1111
"build": "vitepress build",
12-
"build:release": "NODE_ENV=production vitepress build",
12+
"build:release": "NODE_ENV=production git fetch --unshallow && vitepress build",
1313
"preview": "vitepress preview"
1414
}
1515
}

0 commit comments

Comments
 (0)