From f309fdb5a69879049e9f7c74fc84a5b8df8f4cfa Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Tue, 22 Mar 2022 02:41:12 +0600 Subject: [PATCH] Remove manual deploy scripts --- package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/package.json b/package.json index cfeb00a..60193ae 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,6 @@ "dev": "vite", "build": "vite build", "preview": "vite preview", - "predeploy": "npm run build", - "deploy": "gh-pages -d build", "lint": "eslint --ext .js,.jsx .", "lint:fix": "eslint --ext .js,.jsx --fix .", "prettier": "prettier --check './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc",