Fix backend not starting (#1185)

Fixes https://github.com/spotify/backstage/issues/1177
This commit is contained in:
Stefan Ålund
2020-06-08 09:10:00 +02:00
committed by GitHub
parent 66db572355
commit 6682c9fb76
+1
View File
@@ -15,6 +15,7 @@ app. Until then, feel free to experiment here!
To run the example backend, first go to the project root and run
```bash
yarn tsc
yarn install
yarn build
```