mirror of https://github.com/status-im/consul.git
fix(website): `start` script reloads app on save (#10973)
This commit is contained in:
parent
9870c8dc0f
commit
40c5ba7afb
|
@ -70,7 +70,7 @@
|
|||
"generate:component": "next-hashicorp generate component",
|
||||
"generate:readme": "next-hashicorp markdown-blocks README.md",
|
||||
"lint": "next-hashicorp lint",
|
||||
"start": "next-remote-watch ./content/**/*.mdx",
|
||||
"start": "next-remote-watch './content/**/*.mdx'",
|
||||
"static": "npm run build && npm run export && cp _redirects out/.",
|
||||
"linkcheck": "linkcheck https://consul.io"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue