Skip to content

Commit

Permalink
fixed run script
Browse files Browse the repository at this point in the history
  • Loading branch information
TimeWaster committed May 25, 2021
1 parent 7503b91 commit ae7b618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"main": "src/server.js",
"scripts": {
"run": "npx src/server.js",
"run": "node src/server.js",
"run-dev": "nodemon --watch ../ src/server.js",
"changelog": "git log --pretty='- %s'"
},
Expand Down

0 comments on commit ae7b618

Please sign in to comment.