Add script to debug neo4j-graphl-js

@roschaefer, I needed to push a commit to trigger the build again,
do you like this?
This commit is contained in:
mattwr18 2019-11-12 21:12:57 +01:00 committed by roschaefer
parent c6e4c38de8
commit aad6234be4

View File

@ -7,6 +7,7 @@
"build": "babel src/ -d dist/ --copy-files",
"start": "node dist/",
"dev": "nodemon --exec babel-node src/ -e js,gql",
"debug": "DEBUG=neo4j-graphql-js yarn dev",
"dev:debug": "nodemon --exec babel-node --inspect=0.0.0.0:9229 src/index.js -e js,gql",
"lint": "eslint src --config .eslintrc.js",
"test": "jest --forceExit --detectOpenHandles --runInBand",