You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you would like to develop and test at the same time, we recommend you run your project using the command:
26
26
27
27
```sh
28
-
$ docker compose up {{ project_slug }}_bash
28
+
$ docker compose run {{ project_slug }}_bash
29
29
```
30
30
31
31
Once you get the interactive shell an help banner will be displayed to inform you about the included tools that can help you with the development of your extension.
@@ -34,7 +34,7 @@ Once you get the interactive shell an help banner will be displayed to inform yo
34
34
Additionally, a basic boilerplate for writing unit tests has been created, you can run the tests using:
0 commit comments