Gabriel Oczkowski

Results 3 comments of Gabriel Oczkowski

Problem still exists. I have correct and existing path but still receiving the error. ``` "bin": { "command": "./dist/cli/command/index.js" }, ``` Looks like it doesn't copy files when `bin` option...

I resolved my problem and it turns out it was not related to `bin` option. My problem was that I imported `package.json` into codebase so builded project (`dist` directory) also...