Closed daniel-rck closed 1 year ago
I think we already ruled out the case sensitivity on this one. I'll see when / under what circumstances this can be reproduced and what is the root cause.
I'll come back on this one.
Thanks for the repo - we could reproduce this. Fix is out in the preview (tag next
on npm).
Thanks for the quick fix, works as expected!
Bug Report
For more information, see the
CONTRIBUTING
guide.Prerequisites
Environment Details and Version
Description
When I pack the pilet as tar file, die included files in
/package/dist
are there twice.Steps to Reproduce
(See the MWE)
npm i
npm run build
pilet pack
Expected behavior
Every file from dist packed once.
Actual behavior
Every file from dist packed twice.
Possible Origin/Solution
Maybe a OS-dependent issue? Case-Sensitivity?