UNPKG

rethinkdbdash

Version:

A Node.js driver for RethinkDB with promises and a connection pool

19 lines (17 loc) 576 B
box: neumino/box-rethinkdbdash # Build definition build: # The steps that will be executed on build steps: # A custom script step, name value is used in the UI # and the code value contains the command that get executed - script: name: echo nodejs information code: | echo "node version $(node -v) running" echo "npm version $(npm -v) running" echo "node version $(nodejs -v) running" # A step that executes `npm install` command - npm-install # A step that executes `npm test` command - npm-test