From 3f54e07fb571f011067ce11babe33b4d25729b1f Mon Sep 17 00:00:00 2001 From: Tb Fajri Date: Wed, 27 Sep 2023 15:10:52 +0700 Subject: [PATCH] update package --- frontend/client-portal/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/client-portal/package.json b/frontend/client-portal/package.json index c51cc1ae..93399b38 100644 --- a/frontend/client-portal/package.json +++ b/frontend/client-portal/package.json @@ -9,7 +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", + "build-staging": "vite build --mode staging && cp .htaccess build/.htaccess && rm -f -r ../../public/client-portal-staging && cp -r build ../../public/client-portal-staging", "serve": "vite preview", "clear-all": "rm -rf build node_modules", "re-start": "rm -rf build node_modules && yarn install && yarn start",