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

Commit a0dee6a

Browse files
committed
update debug npm script
1 parent 75d3465 commit a0dee6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"prepublish": "npm run build",
1212
"pretest": "npm run build",
1313
"test": "nyc ava test/cypherTest.js test/augmentSchemaTest.js --verbose",
14-
"debug": "nodemon ./example/graphql-tools/movies.js --exec babel-node --inspect-brk=9229 --nolazy"
14+
"debug": "nodemon ./example/apollo-server/movies.js --exec babel-node --inspect-brk=9229 --nolazy"
1515
},
1616
"engines": {
1717
"node": ">=8"

0 commit comments

Comments
 (0)