Skip to content

Commit

Permalink
#263 - Resolved conflicts for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacataldo committed Nov 28, 2019
1 parent d837d72 commit 85a65f2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
"test": "npm run jest",
"jest": "cross-env MOCK_REDIS=1 jest",
"jest-watch": "cross-env MOCK_REDIS=1 jest --watch",
"start": "node src",
"start": "node src/backend",
"server": "node src/backend/web/server",
"hint": "hint http://localhost:3000",
"webhint": "cross-env PORT=3000 npm-run-all -r -p server hint",
"debug-server": "nodemon server.js"
},
"husky": {
Expand Down

0 comments on commit 85a65f2

Please sign in to comment.