Skip to content
Snippets Groups Projects
Commit fbef26e6 authored by Mike Brandt's avatar Mike Brandt
Browse files

Update clean_release script

parent e1ae66e7
No related branches found
No related tags found
No related merge requests found
......@@ -7,4 +7,5 @@ const path = './release';
if (fs.existsSync(path)) {
rimraf.sync(path);
fs.mkdirSync(path);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment