Skip to content

Commit f95cfb9

Browse files
committed
test
1 parent 83ed70b commit f95cfb9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

server/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"scripts": {
88
"start": "node server.js",
99
"dev": "nodemon server.js",
10-
"test": "echo \"No tests specified\""
10+
"test": "echo \"No tests specified\"",
11+
"build": "cd ../client && npm install && npm run build && cp -r dist/* ../server/public/",
12+
"heroku-postbuild": "cd ../client && npm install && npm run build && cp -r dist/* ../server/public/"
1113
},
1214
"keywords": [],
1315
"author": "",

0 commit comments

Comments
 (0)