From aad6234be4bba81bdab13aa1426c85eda1ee420d Mon Sep 17 00:00:00 2001 From: mattwr18 Date: Tue, 12 Nov 2019 21:12:57 +0100 Subject: [PATCH] Add script to debug neo4j-graphl-js @roschaefer, I needed to push a commit to trigger the build again, do you like this? --- backend/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/package.json b/backend/package.json index a313bdc00..3ea346fc3 100644 --- a/backend/package.json +++ b/backend/package.json @@ -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",