Skip to content

Commit 06bfc34

Browse files
committed
chore: add dev scripts
1 parent 37720c9 commit 06bfc34

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@
4040
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
4141
"prepare": "bob build",
4242
"nitrogen": "nitro-codegen",
43-
"release": "release-it"
43+
"release": "release-it",
44+
"dev:ios": "cd example && xed ios",
45+
"dev:android": "cd example && open -a \"/Applications/Android Studio.app\" ./android"
4446
},
4547
"keywords": [
4648
"react-native",

0 commit comments

Comments
 (0)