mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Remove obsolete script in package.json
@mattwr18 nope, I would not create a script to debug neo4j-graphql-js. If you use environment variables, please also use `cross-env`.
This commit is contained in:
parent
aad6234be4
commit
985e23c5b4
@ -7,7 +7,6 @@
|
||||
"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