playground needs yarn build (#402)

This commit is contained in:
Timo Hausmann 2023-03-09 12:54:52 +01:00 committed by GitHub
parent d7feb3ffdc
commit 4c375672af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,6 +50,7 @@ The quickest way to start tweaking things is to run the `playground` package.
```sh
$ cd ./packages/playground
$ yarn serve
$ yarn build
# or, shortcut:
$ cd root
$ yarn playground