From a6145118f7e3a5792a3ce1bc96dc1888fdb9dd3a Mon Sep 17 00:00:00 2001 From: rakesh Date: Tue, 27 Jun 2023 18:21:20 +0530 Subject: [PATCH] ui fixes --- package.json | 2 +- public/index.html | 84 ----------------------------------------------- 2 files changed, 1 insertion(+), 85 deletions(-) delete mode 100644 public/index.html diff --git a/package.json b/package.json index 5a26882..6569dba 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "index-catalog": "node indexCatalog.js", "build": "vite build", "build:daily": "AWS_PROFILE=crane NODE_ENV=production vite build --mode daily --debug", - "build:staging": "NODE_ENV=production vite build --mode staging", + "build:staging": "AWS_PROFILE=crane NODE_ENV=production vite build --mode staging", "build:production": "NODE_ENV=production vite build --mode production", "deploy:daily": "AWS_PROFILE=crane vite s3-deploy --mode daily --debug", "deploy:production": "AWS_PROFILE=crane vite s3-deploy --mode production", diff --git a/public/index.html b/public/index.html deleted file mode 100644 index 6ac74e2..0000000 --- a/public/index.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - - - - - - Crane Stationery - - - - - - - -
- - - - - - - - - - - - - - - - - - - \ No newline at end of file