Skip to content

Commit b5db715

Browse files
committed
fix: 🎨 allow esbuild to run postInstall
1 parent 4cd7529 commit b5db715

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
@@ -82,6 +82,9 @@
8282
"ignoreMissing": [
8383
"@algolia/client-search"
8484
]
85-
}
85+
},
86+
"onlyBuiltDependencies": [
87+
"esbuild"
88+
]
8689
}
8790
}

0 commit comments

Comments
 (0)