Skip to content

Commit

Permalink
Had to reset the cache - leaving it uncommented
Browse files Browse the repository at this point in the history
  • Loading branch information
Kræn Hansen committed Jul 10, 2020
1 parent 6bced8b commit e896325
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -135,7 +135,7 @@ async function runApp(platform, junitFilePath, isWatching) {
await server.start();

// Spawn a react-native metro server
const metro = rn.async("start" /*"--verbose", "--reset-cache"*/);
const metro = rn.async("start", "--reset-cache" /*, "--verbose"*/);
// Kill metro when the process is killed
process.on("exit", code => {
metro.kill("SIGHUP");
Expand Down

0 comments on commit e896325

Please sign in to comment.