Skip to content

Commit 9e21747

Browse files
committed
Added mdpdf (markdown to pdf) install to setup.
1 parent ae43222 commit 9e21747

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,10 @@ install-from-npm() {
202202
npm-install esy
203203
}
204204

205+
install-from-npm-dev-only() {
206+
npm-install mdpdf
207+
}
208+
205209
install-llvm() {
206210
if is-command llvm-config; then
207211
local version="$(llvm-config --version)"
@@ -292,6 +296,7 @@ install-build() {
292296

293297
install-dev-only() {
294298
install-from-vscode
299+
install-from-npm-dev-only
295300
}
296301

297302
install-dev-deps() {

0 commit comments

Comments
 (0)