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",