Skip to content

Commit 99fc691

Browse files
committed
Update makefile and node version
1 parent 3aeb16a commit 99fc691

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.node-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
20.12.2

Makefile

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
MDBOOK_VERSION = 0.4.37
2-
31
lint:
42
pnpm lint
53

6-
build-release:
4+
install:
5+
pnpm install
6+
7+
build-release: install
78
pnpm build
89

910
download-linter:

0 commit comments

Comments
 (0)