Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove assets via globs to avoid volume mount lock (jackyzha0#877)
* Fix docker volume lock issue by altering asset cleanup method Modified build process to prevent the deletion of the output directory. * Add fsOps utility for filesystem operations * Use cleanDirectory in build process to fix volume lock issue * applied prettier * handle ENOENT error when output dir does not exist * remove native function in favor of rimraf * use path.join to concatenate paths
- Loading branch information