--help
--headless
--debug
--force
.env
file with the environmental variables, the cache would still be built but with an incorrect state. To fix this cache, you’d have to create the .env
file first and then rebuild it.
If you run the synpress
command again after creating the correct .env
file, you’d get a warning saying that this cache already exists and it won’t be rebuilt. To overcome this, you’d want to add the --force
flag to the command (synpress --force
) to force the cache to rebuild.