update
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
"lint:fix": "eslint --fix --ext .ts,.tsx ./src",
|
"lint:fix": "eslint --fix --ext .ts,.tsx ./src",
|
||||||
"start": "vite --port=3000",
|
"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": "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",
|
"serve": "vite preview",
|
||||||
"clear-all": "rm -rf build node_modules",
|
"clear-all": "rm -rf build node_modules",
|
||||||
"re-start": "rm -rf build node_modules && yarn install && yarn start",
|
"re-start": "rm -rf build node_modules && yarn install && yarn start",
|
||||||
|
|||||||
Reference in New Issue
Block a user