Skip to content

Commit 9c41f3c

Browse files
committed
added build step
1 parent df8f529 commit 9c41f3c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

server/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"start": "node index.js",
1212
"server": "nodemon index.js",
1313
"client": "npm run start --prefix client",
14-
"dev": "concurrently \"npm run server\" \"npm run client\""
14+
"dev": "concurrently \"npm run server\" \"npm run client\"",
15+
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client"
1516
},
1617
"author": "",
1718
"license": "ISC",

0 commit comments

Comments
 (0)