reorganize commands

Signed-off-by: Kurt King <kurtaking@gmail.com>
This commit is contained in:
Kurt King
2022-11-22 19:26:02 -06:00
parent c477117b84
commit da15e9a561
+1 -1
View File
@@ -30,8 +30,8 @@ commands once to set things up for development:
```bash
$ cd backstage # change to root directory of project
$ yarn install # fetch dependency packages - may take a while
$ yarn install # fetch dependency packages - may take a while
$ yarn tsc # does a first run of type generation and checks
```