Skip to content

Commit 8585ace

Browse files
committed
adopt latest version of Makefile.book2
1 parent c9e4d94 commit 8585ace

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/Makefile.book2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# in development, use myst start
22

33
book:
4-
myst build --execute --html
4+
npx myst build --execute --html
55

66
book-dev:
7-
myst start --execute
7+
npx myst start --execute
88

99
book-clean:
1010
rm -rf _build

0 commit comments

Comments
 (0)