Skip to content

Commit

Permalink
fix(script): show bundler output
Browse files Browse the repository at this point in the history
release-npm
  • Loading branch information
tobua committed Dec 9, 2023
1 parent 5272d92 commit e72408f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion script/android.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ export const android = async (inputs: RunInputs) => {
stdio: 'inherit',
})
log('Build done, opening app and starting bundler..')
execSync('react-native start')
execSync('react-native start', { stdio: 'inherit' })
}
2 changes: 1 addition & 1 deletion script/ios.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ export const ios = async (inputs: RunInputs) => {
stdio: 'inherit',
})
log('Build done, opening app and starting bundler..')
execSync('react-native start')
execSync('react-native start', { stdio: 'inherit' })
}
2 changes: 1 addition & 1 deletion template/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eslint-plugin-prettier": "^5.0.1",
"icon-numic-plugin": "^1.4.3",
"jest": "^29.7.0",
"numic": "latest",
"numic": "^2.0.3",
"react-test-renderer": "^18.2.0",
"typescript": "^5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion template/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"eslint-plugin-prettier": "^5.0.1",
"icon-numic-plugin": "^1.4.3",
"jest": "^29.7.0",
"numic": "latest",
"numic": "^2.0.3",
"react-test-renderer": "18.2.0",
"typescript": "^5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"icon": "../logo.png"
},
"dependencies": {
"@react-three/drei": "^9.90.1",
"@react-three/drei": "^9.90.2",
"@react-three/eslint-plugin": "^0.1.1",
"@react-three/fiber": "^8.15.12",
"@react-three/postprocessing": "^2.15.11",
Expand Down

1 comment on commit e72408f

@vercel
Copy link

@vercel vercel bot commented on e72408f Dec 9, 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:

numic – ./

numic-git-main-tobua.vercel.app
numic-tobua.vercel.app
numic.vercel.app

Please sign in to comment.