Skip to content

Commit

Permalink
add an ipad-sm to make it easier to test things
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaaron committed Apr 22, 2021
1 parent c0e8e82 commit 1ba38af
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 @@ -10,6 +10,7 @@
"android": "react-native run-android",
"ios": "react-native run-ios",
"ipad": "react-native run-ios --simulator=\"iPad Pro (12.9-inch) (4th generation)\"",
"ipad-sm": "react-native run-ios --simulator=\"iPad Pro (9.7-inch)\"",
"desktop": "node desktop/start.js",
"start": "react-native start",
"web": "node web/proxy.js & webpack-dev-server --open --config config/webpack/webpack.dev.js",
Expand Down

0 comments on commit 1ba38af

Please sign in to comment.