Skip to content

Commit

Permalink
fix: generate script sometimes not found with bun
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyhw committed Nov 13, 2024
1 parent 3e21144 commit b51fa48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"exports": {
".": "./dist/index.js",
"./metro/withStorybook": "./dist/metro/withStorybook.js",
"./preview": "./dist/preview.js"
"./preview": "./dist/preview.js",
"./scripts/generate": "./scripts/generate.js"
},
"files": [
"bin/**/*",
Expand Down

0 comments on commit b51fa48

Please sign in to comment.