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 f23f933 commit 736090bCopy full SHA for 736090b
package.json
@@ -18,7 +18,7 @@
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",
21
- "docs:build": "tsx bin/notebooks.ts build --root docs --template docs/observable.tmpl -- docs/*.html"
+ "docs:build": "tsx bin/notebooks.ts build --root docs --template docs/observable.tmpl -- docs/*.html docs/**/*.html"
22
},
23
"bin": {
24
"notebooks": "dist/bin/notebooks.js"
0 commit comments