Skip to content

Commit c193ee7

Browse files
committed
use npx for package json scripts
1 parent d60af53 commit c193ee7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

00-Login/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.0.1",
44
"private": true,
55
"scripts": {
6-
"android": "react-native run-android",
7-
"ios": "react-native run-ios",
8-
"start": "react-native start",
6+
"android": "npx react-native run-android",
7+
"ios": "npx react-native run-ios",
8+
"start": "npx react-native start",
99
"test": "jest"
1010
},
1111
"dependencies": {

0 commit comments

Comments
 (0)