Skip to content

Commit 920409b

Browse files
committed
docs:preview --watch
1 parent 22558fa commit 920409b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"lint": "tsc --noEmit && eslint bin src types",
1818
"notebooks": "tsx bin/notebooks.ts",
1919
"download": "tsx bin/notebooks.ts download",
20-
"docs:preview": "tsx bin/notebooks.ts preview --root docs --template docs/observable.tmpl",
20+
"docs:preview": "tsx --watch bin/notebooks.ts preview --root docs --template docs/observable.tmpl",
2121
"docs:build": "tsx bin/notebooks.ts build --root docs --template docs/observable.tmpl -- $(find docs -path 'docs/.observable' -prune -o -name '*.html' -print)"
2222
},
2323
"bin": {

0 commit comments

Comments
 (0)