Skip to content

Commit

Permalink
Test app: clean np-script to hard-clean
Browse files Browse the repository at this point in the history
  • Loading branch information
d4vidi committed Jan 21, 2021
1 parent abdb3f9 commit 8171bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detox/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"build:ios": "detox build -c ios.sim.release",
"build:android": "detox build -c android.emu.release",
"build:android-debug": "detox build -c android.emu.debug",
"clean:android": "pushd android && ./gradlew clean && popd",
"clean:android": "pushd android && rm -fr ../android/detox/build/ && ./gradlew clean && popd",
"verify-artifacts:ios": "jest ./scripts/verify_artifacts_are_not_missing.ios.test.js --testEnvironment node",
"verify-artifacts:android": "jest ./scripts/verify_artifacts_are_not_missing.android.test.js --testEnvironment node"
},
Expand Down

0 comments on commit 8171bd3

Please sign in to comment.