Skip to content

Commit

Permalink
Remove Docker related npm commands from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
L0Lmaker committed Aug 22, 2022
1 parent 135a30a commit 2c56b8a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@
"features": "npm run features-graphson30 && npm run features-graphbinary",
"features-graphson30": "cross-env CLIENT_MIMETYPE='application/vnd.gremlin-v3.0+json' cucumber-js --require test/cucumber ../../../../../gremlin-test/features/",
"features-graphbinary": "cross-env CLIENT_MIMETYPE='application/vnd.graphbinary-v1.0' cucumber-js --require test/cucumber ../../../../../gremlin-test/features/",
"features-docker": "npm run features-graphson30-docker && npm run features-graphbinary-docker",
"features-graphson30-docker": "cross-env CLIENT_MIMETYPE='application/vnd.gremlin-v3.0+json' cucumber-js --require test/cucumber ../gremlin-test/",
"features-graphbinary-docker": "cross-env CLIENT_MIMETYPE='application/vnd.graphbinary-v1.0' cucumber-js --require test/cucumber ../gremlin-test/",
"lint": "eslint --ext .js ."
},
"engines": {
Expand Down

0 comments on commit 2c56b8a

Please sign in to comment.