Skip to content

Commit

Permalink
add link command in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
listen1 committed Jul 31, 2019
1 parent d81070e commit 2cd9b2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"start:android:no-packager": "react-native run-android --no-packager",
"start:ios": "concurrently -r 'react-native start' 'yarn start:ios:no-packager'",
"start:ios:no-packager": "react-native run-ios --no-packager",
"link": "react-native link",
"eslint": "eslint .",
"test": "jest"
},
Expand Down

0 comments on commit 2cd9b2d

Please sign in to comment.