Skip to content

Commit

Permalink
gh-107: Automate db migration
Browse files Browse the repository at this point in the history
  • Loading branch information
littlewhywhat committed Mar 16, 2020
1 parent 4d8d219 commit 2ec1d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Foosball Rating App",
"main": "index.js",
"scripts": {
"start": "./start.sh",
"start": "cd backend && npm run create-schema && cd .. && ./start.sh",
"postinstall": "cd backend && npm install && cd ../frontend && npm install && npm run build && cd .. && npm run lint",
"lint": "eslint './backend/**/*.ts' './frontend/src/**/*.js' --ignore-pattern '/backend/node_modules/*' --ignore-pattern '/frontend/node_modules/*'"
},
Expand Down

0 comments on commit 2ec1d22

Please sign in to comment.