From 4c375672af7d8fb068f4c289d979a3638707bd90 Mon Sep 17 00:00:00 2001 From: Timo Hausmann Date: Thu, 9 Mar 2023 12:54:52 +0100 Subject: [PATCH] playground needs yarn build (#402) --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cabfc21..6377d87 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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