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

pull/11251/head
Kevin Wang 5 years ago committed by GitHub
parent d6792820f4
commit 8e026209da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -58,7 +58,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://packer.io"
}

Loading…
Cancel
Save