Skip to content

Commit

Permalink
fixed broken comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Crisis82 committed Jul 11, 2023
1 parent 0e0e070 commit 6ffab82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "ts-node --project tsconfig.server.json src/server.ts",
"dev:watch": "nodemon",
"build": "cross-env NODE_ENV=production tsc --project tsconfig.server.json && cross-env NODE_ENV=production next build",
"start": "cross-env NODE_ENV=production node build/server.js",
"start": "cross-env NODE_ENV=production node build/server.js"
},
"dependencies": {
"apollo-boost": "^0.4.4",
Expand Down

0 comments on commit 6ffab82

Please sign in to comment.