Skip to content

Commit 3d01415

Browse files
committed
Fix package.json syntax error
1 parent c206374 commit 3d01415

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
"dev": "next dev --turbopack",
77
"build": "next build",
88
"start": "next start",
9-
"lint": "next lint",
10-
"postbuild": "node scripts/fix-paths.js"
11-
},
9+
"lint": "next lint",
10+
"postbuild": "node scripts/fix-paths.js",
1211
"deploy": "gh-pages -d out"
1312
},
1413
"dependencies": {
@@ -32,4 +31,4 @@
3231
"tailwindcss": "^4",
3332
"typescript": "^5"
3433
}
35-
}
34+
}

0 commit comments

Comments
 (0)