Skip to content

Commit ae4bd15

Browse files
committed
fix: remove next export from build script as it's handled by next.config.js
1 parent 9b40138 commit ae4bd15

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,14 @@
1212
"homepage": "https://workin.systemset.co",
1313
"scripts": {
1414
"dev": "next dev",
15-
"build": "next build && next export",
15+
"build": "next build",
1616
"postbuild": "next-sitemap",
1717
"start": "next start",
1818
"lint": "next lint",
1919
"test": "vitest",
2020
"test:ui": "vitest --ui",
2121
"test:e2e": "playwright test",
22-
"test:e2e:ui": "playwright test --ui",
23-
"export": "next export"
22+
"test:e2e:ui": "playwright test --ui"
2423
},
2524
"engines": {
2625
"node": "18.17.1"

0 commit comments

Comments
 (0)