Skip to content

Commit cb35e55

Browse files
authored
fix: add missing watch command to docs site (#1990)
1 parent c37c5da commit cb35e55

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/commands/watch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Netlify CLI watch command
3-
hidden: true
3+
description: Watch for site deploy to finish
44
---
55

66
# `watch`

site/src/_app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ const navOrder = [
5353
'sites',
5454
'status',
5555
'unlink',
56+
'watch',
5657
'netlify-dev',
5758
'contributing',
5859
]

0 commit comments

Comments
 (0)