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