From a83115ea6540ba978ac9dea6c0a1a5836e643ee8 Mon Sep 17 00:00:00 2001 From: Tb Fajri Date: Wed, 27 Sep 2023 15:08:23 +0700 Subject: [PATCH] update --- frontend/client-portal/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/client-portal/package.json b/frontend/client-portal/package.json index 811bf1c2..c51cc1ae 100644 --- a/frontend/client-portal/package.json +++ b/frontend/client-portal/package.json @@ -9,6 +9,7 @@ "lint:fix": "eslint --fix --ext .ts,.tsx ./src", "start": "vite --port=3000", "build": "vite build --mode production && cp .htaccess build/.htaccess && rm -f -r ../../public/client-portal && cp -r build ../../public/client-portal", + "build-staging": "vite build --mode staging && cp .htaccess build/.htaccess && rm -f -r ../../public/hospital-portal-staging && cp -r build ../../public/hospital-portal-staging", "serve": "vite preview", "clear-all": "rm -rf build node_modules", "re-start": "rm -rf build node_modules && yarn install && yarn start",