Skip to content

Commit

Permalink
Add yarn script to start Gremlin server containers in local-test
Browse files Browse the repository at this point in the history
  • Loading branch information
jbmusso committed Aug 31, 2017
1 parent 1f7d019 commit 7cb7544
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gremlin-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"coverage:travis": "babel-node ./node_modules/istanbul/lib/cli.js cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"examples:browser": "babel-node examples/server",
"examples:node": "babel-node examples/node-example",
"gremlin-server": "GREMLIN_SERVER_VERSION=3.2.4 docker-compose up -d",
"precommit": "lint-staged",
"prettify": "prettier --single-quote --trailing-comma all --write \"src/**/*.js\"",
"test": "NODE_TLS_REJECT_UNAUTHORIZED=0 mocha $(find src -path '*test.js') --compilers js:babel-register --recursive --reporter spec",
Expand Down

0 comments on commit 7cb7544

Please sign in to comment.