Skip to content

Commit

Permalink
fix: yellowpaper docusaurus start command (#3969)
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan authored Jan 12, 2024
1 parent 87c0b07 commit 4977cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yellow-paper/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 && docusaurus start",
"start": "yarn preprocess && docusaurus start --host 0.0.0.0",
"start:dev": "yarn preprocess && docusaurus start --host 0.0.0.0",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
Expand Down

0 comments on commit 4977cbc

Please sign in to comment.