Skip to content

Commit b0fec94

Browse files
committed
Update npm script for heroku
1 parent b8c27d5 commit b0fec94

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
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"start": "cross-env NODE_ENV=production node index.js",
7+
"start": "node index.js",
88
"watch": "cross-env NODE_ENV=development nodemon index.js",
99
"test": "cross-env NODE_ENV=test jest --verbose --runInBand",
1010
"test:debug": "cross-env NODE_ENV=test node --inspect-brk node_modules/.bin/jest tests/blog_api.test.js --runInBand"

0 commit comments

Comments
 (0)