Skip to content

Commit

Permalink
Fix npm script name
Browse files Browse the repository at this point in the history
  • Loading branch information
terrysahaidak committed Oct 9, 2016
1 parent 8631568 commit 8b24e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"android": "node node_modules/react-native/local-cli/cli.js run-android",
"lint": "node node_modules/eslint/bin/eslint -c .eslintrc ./",
"release": "cd android && ./gradlew assembleRelease",
"run-release": "node node_modules/react-native/local-cli/cli.js run-android --variant=release"
"android-release": "node node_modules/react-native/local-cli/cli.js run-android --variant=release"
},
"dependencies": {
"lodash": "^4.2.1",
Expand Down

0 comments on commit 8b24e7e

Please sign in to comment.