Developer UI: Keep clean build files on reset

This commit is contained in:
daijro 2024-09-09 18:48:36 -05:00
parent 393e53ce3d
commit ea84f792df

View file

@ -23,7 +23,7 @@ def into_camoufox_dir():
def reset_camoufox(): def reset_camoufox():
"""Reset the Camoufox source""" """Reset the Camoufox source"""
with temp_cd('..'): with temp_cd('..'):
run('make clean') run('make revert')
run('touch _READY') run('touch _READY')