Skip to content

Commit 180bc51

Browse files
authored
Merge pull request #49 from auth0-samples/fix-script
Use npx for package.json scripts
2 parents d60af53 + c193ee7 commit 180bc51

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)