We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22558fa commit 920409bCopy full SHA for 920409b
package.json
@@ -17,7 +17,7 @@
17
"lint": "tsc --noEmit && eslint bin src types",
18
"notebooks": "tsx bin/notebooks.ts",
19
"download": "tsx bin/notebooks.ts download",
20
- "docs:preview": "tsx bin/notebooks.ts preview --root docs --template docs/observable.tmpl",
+ "docs:preview": "tsx --watch bin/notebooks.ts preview --root docs --template docs/observable.tmpl",
21
"docs:build": "tsx bin/notebooks.ts build --root docs --template docs/observable.tmpl -- $(find docs -path 'docs/.observable' -prune -o -name '*.html' -print)"
22
},
23
"bin": {
0 commit comments