Skip to content

Commit

Permalink
Updated package json
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed Sep 9, 2024
1 parent b01ff13 commit b72642e
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 @@ -9,7 +9,7 @@
"scripts": {
"build": "node node_modules/gulp/bin/gulp.js",
"buildAndRunCordovaIosTests": "npm run build && pushd testapp-cordova && npm run reinstallPlugin && npm run build && npm run ios && popd && node test-listener.js",
"buildAndRunReactIosTests": "npm run build && pushd testapp && npm run reinstallPlugin && npx pod-install && npm run ios && popd && node test-listener.js"
"buildAndRunReactIosTests": "npm run build && pushd testapp && npm run reinstallPlugin && npx pod-install && (npm run start & npm run ios) && popd && node test-listener.js"
},
"files": [
"README.md",
Expand Down

0 comments on commit b72642e

Please sign in to comment.