Skip to content

Commit

Permalink
build: change database seeder command
Browse files Browse the repository at this point in the history
  • Loading branch information
eevan7a9 committed Sep 25, 2022
1 parent d1cb00f commit 56d4018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js",
"dev": "nodemon src/index.js",
"data-seeder": "node src/database-seeder/index.js"
"db:seeder": "node src/database-seeder/index.js"
},
"keywords": [
"fastify",
Expand Down

0 comments on commit 56d4018

Please sign in to comment.