Skip to content

Commit

Permalink
Merge pull request #51 from Heinrich-XIAO/restructure
Browse files Browse the repository at this point in the history
Rename npm run run to npm run start
  • Loading branch information
Naviary2 authored Jul 10, 2024
2 parents 5d71b95 + 8b9db17 commit 58f21bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nodemon.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"./protected-owner/**/*",
"./protected-patron/**/*"
],
"exec": "npm run build && npm run run"
}
"exec": "npm run build && npm run start"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"scripts": {
"build": "node build.mjs",
"watch": "nodemon",
"run": "node ."
"start": "node ."
}
}

0 comments on commit 58f21bb

Please sign in to comment.