diff --git a/package.json b/package.json index 22723d2..45fc07c 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "build": "next build", "start": "next start", "lint": "eslint", - "pages:build": "npx @cloudflare/next-on-pages@1" + "pages:build": "npx @cloudflare/next-on-pages@1", + "deploy": "npm run pages:build && wrangler pages deploy" }, "dependencies": { "@dnd-kit/core": "^6.3.1", @@ -31,6 +32,7 @@ "eslint-config-next": "16.1.1", "postcss": "^8.5.6", "tailwindcss": "^4", - "typescript": "^5" + "typescript": "^5", + "wrangler": "^3.57.1" } -} +} \ No newline at end of file