Skip to content

Commit 3cfeb00

Browse files
committed
use npx expo prebuild instead of npm run expo prebuild
1 parent ae1fb34 commit 3cfeb00

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/neat-pants-speak.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'create-expo-stack': patch
3+
---
4+
5+
use npx expo prebuild instead of npm run expo prebuild

cli/src/utilities/printOutput.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export async function printOutput(
185185
highlight(`${step}. cd ${projectName}`);
186186
if (options.noInstall) highlight(`${++step}. ${packageManager} install`);
187187
if (stylingPackage.name === 'unistyles' || stylingPackage.name === 'nativewindui') {
188-
highlight(`${++step}. ${runCommand} expo prebuild`);
188+
highlight(`${++step}. npx expo prebuild`);
189189
}
190190
highlight(`${++step}. ${runCommand} ios`);
191191
}

0 commit comments

Comments
 (0)