Skip to content

Commit 736090b

Browse files
committed
build examples, too
1 parent f23f933 commit 736090b

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
@@ -18,7 +18,7 @@
1818
"notebooks": "tsx bin/notebooks.ts",
1919
"download": "tsx bin/notebooks.ts download",
2020
"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"
21+
"docs:build": "tsx bin/notebooks.ts build --root docs --template docs/observable.tmpl -- docs/*.html docs/**/*.html"
2222
},
2323
"bin": {
2424
"notebooks": "dist/bin/notebooks.js"

0 commit comments

Comments
 (0)