Skip to content

Commit

Permalink
#25 Add Script to Package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Peyton-McKee committed Sep 13, 2023
1 parent 3ea5f9a commit d826846
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"install-dependencies": "npm install && cd scylla-server && npm install && cd ../client && npm install",
"build": "cd scylla-server && npm run build && cd ../client && npm run build",
"start:production": "cd scylla-server && npm run start:production && cd ../client && npm run start:production",
"prisma:generate": "cd scylla-server && npm run prisma:generate"
"prisma:generate": "cd scylla-server && npm run prisma:generate",
"prisma:migrate": "cd scylla-server && npm run prisma:migrate"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit d826846

Please sign in to comment.