Skip to content

Commit

Permalink
chore(scripts): update server script (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
IdoBouskila authored Dec 7, 2024
1 parent 504f7c7 commit 72822bc
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 @@ -4,7 +4,7 @@
"description": "A simple weather app",
"scripts": {
"client": "cd client && yarn run dev",
"server": "cd server && node --watch server.js",
"server": "cd server && yarn run dev",
"lint::client": "cd client && yarn run lint",
"lint::server": "cd server && yarn run lint",
"lint": "yarn run lint::client && yarn run lint::server"
Expand Down

0 comments on commit 72822bc

Please sign in to comment.