Skip to content

Commit f69ad01

Browse files
committed
Allow running esbuild builds
1 parent e2c1fa0 commit f69ad01

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@
128128
"nextra": "patches/nextra.patch",
129129
"nextra-theme-docs": "patches/nextra-theme-docs.patch",
130130
"mermaid-isomorphic": "patches/mermaid-isomorphic.patch"
131-
}
131+
},
132+
"onlyBuiltDependencies": [
133+
"esbuild"
134+
]
132135
}
133136
}

0 commit comments

Comments
 (0)