We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41deeb commit 474c7adCopy full SHA for 474c7ad
package.json
@@ -11,7 +11,7 @@
11
"build": "npm run prod:build-client && npm run prod:build-server",
12
"prod:build-server": "NODE_ENV=production webpack --config webpack/production/webpack.server.js",
13
"prod:build-client": "NODE_ENV=production webpack --config webpack/production/webpack.client.js",
14
- "serve": "NODE_ENV=production node server-build/server.js",
+ "start": "NODE_ENV=production node server-build/server.js",
15
"lint": "./node_modules/eslint-watch/bin/esw --",
16
"lint:watch": "npm run lint --watch",
17
"docker": "./tools/docker.sh",
@@ -105,5 +105,8 @@
105
"react-router-dom": "^5.1.2",
106
"redux": "^4.0.5",
107
"redux-thunk": "^2.3.0"
108
+ },
109
+ "engines": {
110
+ "node": "10.x"
111
}
112
0 commit comments