-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved temp folder form node_modules to the root of project (#86)
* update logic for temp folder * added random name to folder * added mkdir * moved fs.mkdir to top of the file * wrap mkdir to async functions * fix await * mkdir -> mkdirs * update name * path to temp folder * revert back generateRandomString * moved creation of folders to helper * moved removing of folders to helper * updated readme. minor fixes * added empty line * rename path -> tempDirPath * moved temp dir path to config * added comments * revert context param. fix tempDirPath in index file * removed difficult logic what set tempDirPath * fix typo * fix comments * to support env variable * delete unuse code Co-authored-by: Aleksandr Khorev <[email protected]> Co-authored-by: Harry.Hou <[email protected]>
- Loading branch information
1 parent
501156a
commit 0ad30c7
Showing
3 changed files
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters