Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bundle cli with rollup #353

Merged
merged 5 commits into from
Jul 28, 2019
Merged

Bundle cli with rollup #353

merged 5 commits into from
Jul 28, 2019

Conversation

TrySound
Copy link
Collaborator

This PR allows us to eliminate build step before running tests.

lib/cli.js is called directly with node -r esm

bin/remarkable just requires compiled version from dist/cjs/cli.js

This PR allows us to eliminate build step before running tests.

lib/cli.js is called directly with `node -r esm`

bin/remarkable just requires compiled version from dist/cjs/cli.js
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.0006%) to 98.536% when pulling 10e7128 on bundle-cli into 4ad13a0 on master.

3 similar comments
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.0006%) to 98.536% when pulling 10e7128 on bundle-cli into 4ad13a0 on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.0006%) to 98.536% when pulling 10e7128 on bundle-cli into 4ad13a0 on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.0006%) to 98.536% when pulling 10e7128 on bundle-cli into 4ad13a0 on master.

@TrySound
Copy link
Collaborator Author

This PR is ready for review.

@TrySound
Copy link
Collaborator Author

TrySound commented Jul 26, 2019

/cc @shockey @doowb

@TrySound TrySound merged commit ed97d77 into master Jul 28, 2019
@TrySound TrySound deleted the bundle-cli branch July 28, 2019 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants