We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b758ea commit c1c9a9fCopy full SHA for c1c9a9f
package.json
@@ -7,6 +7,8 @@
7
"keywords": [],
8
"scripts": {
9
"build": "next build --no-lint",
10
+ "cf-deploy": "npx @cloudflare/next-on-pages deploy",
11
+ "deploy": "pnpm run build && pnpm run cf-deploy",
12
"dev": "next dev",
13
"lint": "next lint . --fix",
14
"start": "next start"
@@ -30,6 +32,7 @@
30
32
"tailwindcss-animate": "1.0.7"
31
33
},
34
"devDependencies": {
35
+ "@cloudflare/next-on-pages": "1.13.10",
36
"@eslint/eslintrc": "3.3.0",
37
"@soybeanjs/eslint-config": "1.5.3",
38
"@svgr/webpack": "8.1.0",
@@ -44,6 +47,7 @@
44
47
"eslint-plugin-react-refresh": "0.4.19",
45
48
"eslint-plugin-sort": "4.0.0",
46
49
"tailwindcss": "4.0.12",
- "typescript": "5.7.3"
50
+ "typescript": "5.7.3",
51
+ "wrangler": "4.4.0"
52
}
53
0 commit comments