Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis-NM authored Jan 27, 2024
1 parent edbf5ef commit 8af639f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"dev": "nodemon index.js",
"db:migrate": "node migrate.js",
"db:seed": "node seed.js",
"build": "node migrate.js",
"build": "node migrate.js && node seed.js",
"start": "node index.js",
"test": "jest"
},
Expand Down

0 comments on commit 8af639f

Please sign in to comment.