Skip to content

Commit

Permalink
backend: server script rename to serve-backend
Browse files Browse the repository at this point in the history
  • Loading branch information
murermader committed Oct 23, 2022
1 parent d5aa034 commit 7bcaac0
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 @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "node server.js"
"serve-backend": "node server.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7bcaac0

Please sign in to comment.