-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
There are colliding paths in the dist directory because on Windows, its filesystems are case insensitive.
warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:
'dist/Polykey.js'
'dist/polykey.js'
'dist/Polykey.js.map'
'dist/polykey.js.map'
This should not be done. It should either be Polykey.js or polykey.js. I think the lowercase makes more sense here if you're producing a library. But also within dist should be dist/bin for the CLI executables.
robert-cronin
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working