Remove ios script and add release

This commit is contained in:
Brandon Presley 2022-07-16 16:12:46 +12:00
parent e9948a291a
commit 3d6a51cf57
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"license": "GPL-3.0-only",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"release": "react-native run-android --variant=release",
"start": "react-native start",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --quiet"