From d70632d80330588327f3805fa98357fc2af7f5d9 Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Fri, 10 Jan 2025 11:45:48 +0100 Subject: [PATCH] Updated prepare.sh script --- prepare.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/prepare.sh b/prepare.sh index bd20db62..2dc509d1 100755 --- a/prepare.sh +++ b/prepare.sh @@ -1,3 +1,4 @@ +#!/bin/bash # Build types library cd types @@ -13,4 +14,5 @@ cd .. # Build frontend cd frontend npm install +npm run lib:build cd .. \ No newline at end of file