Skip to content

Commit

Permalink
Merge pull request #103 from WildCodeSchool-2023-09/Alexis-NM-patch-1
Browse files Browse the repository at this point in the history
Update package.json
  • Loading branch information
Alexis-NM authored Jan 27, 2024
2 parents edbf5ef + 8af639f commit 73002d3
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 73002d3

Please sign in to comment.