mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 09:55:44 +03:00
fix(website): start script reloads app on save (#11119)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user