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

Remove the ./bin/dev.sh script in favor of the makefile #410

Closed
malparty opened this issue Jun 2, 2023 · 0 comments · Fixed by #443
Closed

Remove the ./bin/dev.sh script in favor of the makefile #410

malparty opened this issue Jun 2, 2023 · 0 comments · Fixed by #443
Assignees

Comments

@malparty
Copy link
Member

malparty commented Jun 2, 2023

Why

Currently, the make dev command is more complex than it should be:
make dev calling ./bin/dev.sh calling foreman start -f Procfile.dev calling rails s 🥵

Let's remove ./bin/dev.sh and bring foreman start -f Procfile.dev directly in the make file 🚀

Who Benefits?

Dev when looking for what commands must run behind the hood.

github-merge-queue bot pushed a commit that referenced this issue Jul 13, 2023
* [#410] Remove bin/dev.sh and start foreman from makefile

* [#410] Remove test related to bin/dev file existence

* [#410] Remove instructions about copying bin/dev

* [#410] Rename phrase add-on spec's template file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants