diff --git a/website/package.json b/website/package.json index bbb398fa5..f6cef4e68 100644 --- a/website/package.json +++ b/website/package.json @@ -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" }