From 12a1e20fd0069d4f732843132c7a48e2a4e952b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Ku=C4=8Dera?= Date: Thu, 2 Mar 2023 19:25:37 +0100 Subject: [PATCH] Add the prebuild command (#144) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3e479f1..08fa74e 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,11 @@ Install dependences. yarn ``` +Build metafiles. +``` +yarn prebuild +``` + Starts the development server. ``` yarn dev