Skip to content

Conversation

@vitalybaev
Copy link
Contributor

Closes #275

I've implemented minimal args parsing logic to fit our needs and be as little as possible

@ai
Copy link
Owner

ai commented Jan 15, 2022

We need to improve test coverage. You can check test coverage locally by running pnpm test.

@ai
Copy link
Owner

ai commented Jan 15, 2022

We also need to fix Node.js 12 support for binary (we can’t use ??)

@vitalybaev
Copy link
Contributor Author

Done

I've faced error ERROR dual-publish error: Rename bin/utils.js to bin/utils/index.js, so I moved file according to this message.

Now it still works with Node 12 and test coverage is 100%

@ai ai merged commit 32b9bda into ai:main Jan 16, 2022
@vitalybaev vitalybaev deleted the feature/cli-args branch January 16, 2022 14:06
@ai
Copy link
Owner

ai commented Jan 16, 2022

bin/utils will create unnecessary files because of dual-publish. I cleaned up arguments parsing a little 27eaa90

And released in 3.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants