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 ae43222 commit 9e21747Copy full SHA for 9e21747
setup.sh
@@ -202,6 +202,10 @@ install-from-npm() {
202
npm-install esy
203
}
204
205
+install-from-npm-dev-only() {
206
+ npm-install mdpdf
207
+}
208
+
209
install-llvm() {
210
if is-command llvm-config; then
211
local version="$(llvm-config --version)"
@@ -292,6 +296,7 @@ install-build() {
292
296
293
297
install-dev-only() {
294
298
install-from-vscode
299
+ install-from-npm-dev-only
295
300
301
302
install-dev-deps() {
0 commit comments