Skip to content

Commit

Permalink
Add bin/dev binstub
Browse files Browse the repository at this point in the history
  • Loading branch information
josefarias committed May 4, 2024
1 parent 072c3f5 commit 201954c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -17,7 +17,7 @@ $ bin/test_system
## Running the dummy app

```bash
$ bin/rails s
$ bin/dev
```

Make sure you restart the server after making changes to the engine (including JS).
Expand Down
2 changes: 2 additions & 0 deletions bin/dev
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
bin/rails s

0 comments on commit 201954c

Please sign in to comment.