Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: yellowpaper docusaurus start command (AztecProtocol#3969)
Browse files Browse the repository at this point in the history
benesjan authored Jan 12, 2024

Verified

This commit was signed with the committer’s verified signature.
frapell Franco Pellegrini
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
@@ -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",

0 comments on commit 4977cbc

Please sign in to comment.