We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11edb0d commit 96b93d8Copy full SHA for 96b93d8
1 file changed
package.json
@@ -28,7 +28,7 @@
28
"cmd": "node --trace-warnings dist/cmd.js",
29
"build-test": "yarn build && yarn test",
30
"build-cmd": "yarn build && yarn cmd",
31
- "build-docs": "yarn build-docs-theme && typedoc",
+ "build-docs": "yarn build-docs-theme && yarn install --frozen-lockfile && typedoc",
32
"build-docs-theme": "cd doc-theme && yarn install && yarn build && cd ..",
33
"watch-docs": "yarn typedoc --watch",
34
"audit-fix": "npm_config_yes=true npx yarn-audit-fix --flow=convert"
0 commit comments