Skip to content

Commit

Permalink
Fixes Seneca-CDOT#263 - remove temp fix in package.json
Browse files Browse the repository at this point in the history
caught up with upstream
  • Loading branch information
lucacataldo committed Nov 28, 2019
1 parent 71f9bd2 commit d837d72
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 @@ -24,7 +24,7 @@
"test": "npm run jest",
"jest": "cross-env MOCK_REDIS=1 jest",
"jest-watch": "cross-env MOCK_REDIS=1 jest --watch",
"start": "node src/backend",
"start": "node src",
"debug-server": "nodemon server.js"
},
"husky": {
Expand Down

0 comments on commit d837d72

Please sign in to comment.