-
Notifications
You must be signed in to change notification settings - Fork 6
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 build scripts #22
Comments
Improved a bit, moved the
|
Final improvement adding scripts: Added this to
And added this to
so, when I run The full script:
|
This is pretty cool! I'll look into it again after my AFK 😄 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The composer.json file is great for dev, but needs extra scripts to make an easy build deployment.
Additional context
Usually I update the file to include additional scripts needed to deploy to production:
after "internationalize" scripts
And this
before "packages-install"
This way, when I need to push this, then I just run the
install-build
scriptThe text was updated successfully, but these errors were encountered: