fix(website): start script reloads app on save (#11119)

This commit is contained in:
Kevin Wang
2021-09-02 09:42:34 -04:00
committed by GitHub
parent cd59172191
commit 9ba1a2fba7

View File

@@ -68,7 +68,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",
"linkcheck": "linkcheck https://www.nomadproject.io"
}