Skip to content

Commit eb3672a

Browse files
dannyhwdanstepanov
authored andcommitted
fix: apply @ latest to the rerun script
1 parent da2ef44 commit eb3672a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/commands/create-expo-stack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ const command: GluegunCommand = {
313313

314314
// Function that outputs a string given the CLI results and the packageManager. The outputted string should be a command that can be run to recreate the project
315315
const generateRerunScript = (cliResults: CliResults) => {
316-
let script = `npx create-expo-stack ${cliResults.projectName} `;
316+
let script = `npx create-expo-stack@latest ${cliResults.projectName} `;
317317

318318
const isNativeWindUISelected = cliResults.packages.some((p) => p.name === 'nativewindui');
319319

0 commit comments

Comments
 (0)