Skip to content

Commit

Permalink
fix: docusaurus start command (AztecProtocol#3968)
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan authored Jan 12, 2024
1 parent 185c076 commit b2e650e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"start": "yarn preprocess && yarn typedoc && docusaurus start",
"start": "yarn preprocess && yarn typedoc && docusaurus start --host 0.0.0.0",
"start:dev": "concurrently \"yarn preprocess:dev\" \"yarn typedoc:dev\" \"sleep 2 && docusaurus start --host 0.0.0.0\"",
"start:dev:local": "concurrently \"yarn preprocess:dev\" \"yarn typedoc:dev\" \"sleep 2 && docusaurus start\"",
"build": "./scripts/build.sh",
Expand Down

0 comments on commit b2e650e

Please sign in to comment.