-
Notifications
You must be signed in to change notification settings - Fork 3
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
what is build-commit for #25
Comments
If we use semantic releases the built files appear in the commit that the bot makes. |
So apm doesn't run the |
I am not sure. But this is the workaround I have come up with instead of checking in the built files. We can fix the issue in apm though: |
After some testing it looks like |
@UziTech That means you rely on every user's computer to build the typescript and bundle the code. Currently, the dist file is what you built. |
Good point |
What is build-commit for? It looks like that builds the
dist
folder and commits it except that thedist
folder is in.gitignore
so what exactly does build-commit do?The text was updated successfully, but these errors were encountered: