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

Add skip-build option to the cli #98

Conversation

dallasjohnson
Copy link
Contributor

To improve the testing loop adding this option to the Lamington CLI could enable the dev to quickly iterate on writing and running tests without having to re-compile the contracts and type definitions each time.

By running the tests with the command such as npm run-script test skip-build the contract and type generated files steps would be skipped and therefore only running the docker setup and test execution.

…the `skip-build` option to the lamington command to skip the unnecessary step of building the contracts and type definitions on each running of the tests.
Copy link
Collaborator

@MitchPierias MitchPierias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great idea!

@MitchPierias MitchPierias merged commit 100f771 into CoinageCrypto:master Oct 8, 2019
@dallasjohnson dallasjohnson deleted the feature/Skip-build-option-on-cli branch October 8, 2019 20:15
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