-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[[CHORE]] Use consistent interface for fs ops
The CLI uses the build-in Node.js `fs` module to test for the presence of a directory in one case. In all other instances, the CLI used the "shelljs" package. Switch to using "shelljs" consistently to better facilitate a forthcoming removal of that package.
- Loading branch information
1 parent
33cfc87
commit 56d4a47
Showing
2 changed files
with
6 additions
and
3 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