Skip to content

Commit 52fc186

Browse files
authored
fix: yarn create bugging on create-rnef-app bin (#244)
* fix: yarn create bugging on create-rnef-app bin * changeset
1 parent c375f91 commit 52fc186

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/yellow-rings-walk.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@rnef/create-app': patch
3+
---
4+
5+
fix: yarn create bugging on create-rnef-app bin

packages/create-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"e2e": "vitest --config vite.e2e.config.js"
1616
},
1717
"bin": {
18-
"create-rnef-app": "./dist/src/bin.js"
18+
"create-app": "./dist/src/bin.js"
1919
},
2020
"dependencies": {
2121
"@rnef/tools": "^0.5.2",

0 commit comments

Comments
 (0)