Skip to content

Commit

Permalink
process.exit(0)
Browse files Browse the repository at this point in the history
  • Loading branch information
LunatiqueCoder committed Apr 10, 2023
1 parent f76dc98 commit f255901
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/create-luna-app/src/commands/create-luna-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const command: GluegunCommand = {
// the program, the cursor will remain hidden
process.stdout.write('\x1B[?25h')
process.stdout.write('\n')
process.exit(1)
process.exit(0)
},
}

Expand Down
2 changes: 1 addition & 1 deletion templates/vanilla/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ProjectName",
"version": "3.0.2",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

2 comments on commit f255901

@vercel
Copy link

@vercel vercel bot commented on f255901 Apr 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

luna-expo – ./templates/expo

luna-expo-git-master-softwarespace.vercel.app
luna-expo-softwarespace.vercel.app
luna-expo.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f255901 Apr 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

luna – ./templates/vanilla/template

luna-git-master-softwarespace.vercel.app
luna-gamma.vercel.app
luna-softwarespace.vercel.app

Please sign in to comment.