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

Automatically build in commands that require the project to be built #146

Closed
f-f opened this issue Mar 16, 2019 · 0 comments
Closed

Automatically build in commands that require the project to be built #146

f-f opened this issue Mar 16, 2019 · 0 comments

Comments

@f-f
Copy link
Member

f-f commented Mar 16, 2019

It looks like it's common to forget to call spago build before calling spago bundle or spago make-module.
From the UX point of view this doesn't make sense, because if these commands require the project to be built, then spago should build it if it's not built yet.

Implementation note: this basically requires plugging Spago.Build.build into bundle, make-module and test. This means that these commands should also accept the options that the build command accepts

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

No branches or pull requests

1 participant