Description
In my package, I have
but when I publish with packtio, it stays the same.
Expected behaviour
I would like this to become just "cli.mjs".
Actual behaviour
In dist/package.json, it still says "bin": "dist/cli.mjs",
Environnement
Node version 16
OS Windows
Further Notes
The package.json "bin" can be a string or a object of type Record<string, string>.
Description
In my package, I have
but when I publish with packtio, it stays the same.
Expected behaviour
I would like this to become just
"cli.mjs".Actual behaviour
In dist/package.json, it still says
"bin": "dist/cli.mjs",Environnement
Node version 16
OS Windows
Further Notes
The package.json
"bin"can be a string or a object of type Record<string, string>.