Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
update debug npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
johnymontana committed Jul 31, 2018
1 parent 75d3465 commit a0dee6a
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 @@ -11,7 +11,7 @@
"prepublish": "npm run build",
"pretest": "npm run build",
"test": "nyc ava test/cypherTest.js test/augmentSchemaTest.js --verbose",
"debug": "nodemon ./example/graphql-tools/movies.js --exec babel-node --inspect-brk=9229 --nolazy"
"debug": "nodemon ./example/apollo-server/movies.js --exec babel-node --inspect-brk=9229 --nolazy"
},
"engines": {
"node": ">=8"
Expand Down

0 comments on commit a0dee6a

Please sign in to comment.