Skip to content

Commit 2e3db0c

Browse files
committed
Remove trailing comma from scripts in package.json
Cleaned up the scripts section by removing an unnecessary trailing comma after the 'start:next' script.
1 parent 5a919fd commit 2e3db0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dev:next": "next dev",
99
"lint": "eslint . --ext .ts,.tsx,.js,.jsx",
1010
"start": "NODE_ENV=production node server.js",
11-
"start:next": "next start",
11+
"start:next": "next start"
1212
},
1313
"dependencies": {
1414
"@heroicons/react": "^2.2.0",

0 commit comments

Comments
 (0)