Skip to content

Commit 7c2c658

Browse files
committed
updated package
1 parent 71049a2 commit 7c2c658

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"description": "Full of stack to the max. Nextjs with custom express server, Typescript, Redux, Saga, Styled-components and more",
55
"private": true,
66
"scripts": {
7-
"dev": "nodemon",
7+
"start": "nodemon",
88
"build": "concurrently \"npm run build:client\" \"npm run build:server\"",
99
"build:client": "next build ./client",
1010
"build:server": "tsc --project ./server/tsconfig.server.json",
11-
"start": "cross-env NODE_ENV=production node distServer"
11+
"production": "cross-env NODE_ENV=production node distServer"
1212
},
1313
"author": "Kyle Gallagher",
1414
"license": "MIT",

0 commit comments

Comments
 (0)