Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: prevent error ENOTDIR when starting application [skip ci] (#3441)
Some OSes stores custom attribute in a specific files like `.DS_Store`. ```sh (node:88679) UnhandledPromiseRejectionWarning: Error: ENOTDIR: not a directory, open 'packages/manager/apps/.DS_Store/package.json' ``` Signed-off-by: Antoine Leblanc <[email protected]>
- Loading branch information