Skip to content

Commit 474c7ad

Browse files
Ashish KumarAshish Kumar
authored andcommitted
chore: update start command name for heroku
1 parent c41deeb commit 474c7ad

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build": "npm run prod:build-client && npm run prod:build-server",
1212
"prod:build-server": "NODE_ENV=production webpack --config webpack/production/webpack.server.js",
1313
"prod:build-client": "NODE_ENV=production webpack --config webpack/production/webpack.client.js",
14-
"serve": "NODE_ENV=production node server-build/server.js",
14+
"start": "NODE_ENV=production node server-build/server.js",
1515
"lint": "./node_modules/eslint-watch/bin/esw --",
1616
"lint:watch": "npm run lint --watch",
1717
"docker": "./tools/docker.sh",
@@ -105,5 +105,8 @@
105105
"react-router-dom": "^5.1.2",
106106
"redux": "^4.0.5",
107107
"redux-thunk": "^2.3.0"
108+
},
109+
"engines": {
110+
"node": "10.x"
108111
}
109112
}

0 commit comments

Comments
 (0)