We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f780d1f commit db65caeCopy full SHA for db65cae
README.md
@@ -35,18 +35,17 @@ ignite create --interactive=false --name=my_flame_game --org=org.flame-engine.ex
35
36
## Instructions for contributors
37
38
-Run
+Run:
39
40
```bash
41
-cd test
42
-./run.sh
+./scripts/test.sh
43
```
44
45
To run all tests. Always make sure the build is green.
46
47
You will need to install the bash testing framework [bats](https://bats-core.readthedocs.io/en/stable/installation.html).
48
49
-In order to run the application locally, run
+In order to run the application locally, use:
50
51
52
dart bin/ignite_cli.dart
0 commit comments