Skip to content

Commit d3de564

Browse files
committed
updating script name
1 parent f50e9ef commit d3de564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"migrate": "knex migrate:latest --knexfile knexfile.ts",
88
"migrate:down": "knex migrate:down --knexfile knexfile.ts",
9-
"hello": "nodemon src/index.js"
9+
"start": "nodemon src/index.js"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)