Skip to content

Commit d57327f

Browse files
committed
fixed prod script - added node to open server.js file, Philip, https://github.com/pmhua, Daniel https://github.com/dreille, William https://github.com/wbrittwage, Miles https://github.com/Miles818
1 parent bac3b50 commit d57327f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "jest --verbose ",
1111
"test:watch": "jest --watch",
1212
"start": "cross-env NODE_ENV=production node server.js",
13-
"prod": "cross-env NODE_ENV=production server.js",
13+
"prod": "cross-env NODE_ENV=production node server.js",
1414
"dev": "cross-env NODE_ENV=development nodemon server.js"
1515
},
1616
"keywords": [],

0 commit comments

Comments
 (0)