Skip to content

Commit

Permalink
Add Detox script to package.json for example project testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lposen committed Oct 17, 2024
1 parent a47972a commit a579f89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
"prepare": "bob build",
"release": "release-it"
"release": "release-it",
"detox": "yarn example detox"
},
"keywords": [
"react-native",
Expand Down

0 comments on commit a579f89

Please sign in to comment.