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 7795344 commit 2fa3740Copy full SHA for 2fa3740
package/package.json
@@ -36,6 +36,7 @@
36
"!**/__mocks__"
37
],
38
"scripts": {
39
+ "prepare": "bun build || exit 0;",
40
"postinstall": "bun build || exit 0;",
41
"build": "bun typescript && bob build",
42
"specs": "bun typescript && bun nitro-codegen --logLevel=\"debug\"",
0 commit comments