mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
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:
parent
c6e4c38de8
commit
aad6234be4
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user