From 55f968ae35aab6afcd485aa9212c35dbde8ef2b9 Mon Sep 17 00:00:00 2001 From: Joel Therrien Date: Sat, 23 Sep 2023 12:21:09 -0700 Subject: [PATCH] Add commands for building UI --- ui/package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/package.json b/ui/package.json index c763b1b..bbe68a3 100644 --- a/ui/package.json +++ b/ui/package.json @@ -10,5 +10,9 @@ "@types/react-dom": "^18.2.7", "parcel": "^2.9.3", "process": "^0.11.10" + }, + "scripts": { + "start": "parcel src/index.html", + "build": "parcel build --public-url ./ src/index.html" } }