Skip to content

Commit 96b93d8

Browse files
committed
try fix docs build process
1 parent 11edb0d commit 96b93d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"cmd": "node --trace-warnings dist/cmd.js",
2929
"build-test": "yarn build && yarn test",
3030
"build-cmd": "yarn build && yarn cmd",
31-
"build-docs": "yarn build-docs-theme && typedoc",
31+
"build-docs": "yarn build-docs-theme && yarn install --frozen-lockfile && typedoc",
3232
"build-docs-theme": "cd doc-theme && yarn install && yarn build && cd ..",
3333
"watch-docs": "yarn typedoc --watch",
3434
"audit-fix": "npm_config_yes=true npx yarn-audit-fix --flow=convert"

0 commit comments

Comments
 (0)