Skip to content

Commit 064ed2d

Browse files
committed
ci(website): remove deprecated next export; use next build with output: export
1 parent 80b38da commit 064ed2d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
"scripts": {
66
"dev": "next dev",
77
"build": "next build",
8-
"export": "next export",
98
"start": "next start",
10-
"build:static": "next build && next export"
9+
"build:static": "next build"
1110
},
1211
"dependencies": {
1312
"next": "^15.0.0",
@@ -21,4 +20,3 @@
2120
"@types/react-dom": "^18.3.0"
2221
}
2322
}
24-

0 commit comments

Comments
 (0)