Skip to content

Commit

Permalink
Ensure APP_NAME variable is used in all smoke test commands
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentriemer committed Jul 2, 2018
1 parent 462d7fc commit f969ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/smoke.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function guardedExec(command, message) {
}
}

shell.rm("-rf", "/tmp/SmokeTest");
shell.rm("-rf", `/tmp/${APP_NAME}`);
shell.cd("/tmp");

// Install React Native CLI
Expand Down

0 comments on commit f969ad4

Please sign in to comment.