diff --git a/package.json b/package.json index 9bb4811..23e6dc5 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "testEnvironment": "node" }, "scripts": { - "start": "npx nodemon server.js", + "start": "nodemon server.js", "build": "cd client && npm install && npm run build", "test": "jest", "lint": "npm run lint:code",