Skip to content

Commit

Permalink
new script
Browse files Browse the repository at this point in the history
  • Loading branch information
msc49 committed Feb 14, 2022
1 parent cd93012 commit 75c316e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cd server && npm install && node index.js"
"start": "cd server && npm install && node index.js",
"build": "cd client && npm install && npm start",
"heroku-postbuild": "npm run build"
},
"dependencies": {
"bootstrap": "^5.1.3",
Expand Down

0 comments on commit 75c316e

Please sign in to comment.