We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b18d80a commit f911a97Copy full SHA for f911a97
2 files changed
.github/workflows/publish.yml
@@ -34,7 +34,8 @@ jobs:
34
- name: Build with Next.js 🏗️
35
run: |
36
npx next build
37
- npx next export
+ env:
38
+ NODE_ENV: production
39
40
- name: List files in root
41
run: ls -la ./
package.json
@@ -6,7 +6,6 @@
6
"dev": "next dev",
7
"build": "next build",
8
"start": "next start",
9
- "export": "next export",
10
"lint": "next lint"
11
},
12
"dependencies": {
0 commit comments