diff --git a/.gitignore b/.gitignore index 02b0197..c814337 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ pnpm-debug.log* .idea/ .DS_Store .vercel +.env.example +deploy.js diff --git a/package.json b/package.json index 3ace978..fc8d0a5 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,9 @@ "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", - "preview": "vite preview" + "preview": "vite preview", + "deploy": "npm run build && node deploy.js", + "deploy:prod": "npm run build && node deploy.js" }, "dependencies": { "@types/react-router-dom": "^5.3.3",