Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Updating start scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
phutchins committed Dec 8, 2017
1 parent a9aa8b8 commit b46d0ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -18,7 +18,9 @@
"integration": "NODE_ENV=test _mocha --recursive test-integration/**",
"linter": "./node_modules/.bin/jshint --config .jshintrc ./index.js ./lib ./test",
"test": "npm run testsuite && npm run integration && npm run linter",
"dev": "NODE_ENV=development nodemon bin/storj-bridge.js",
"start": "if [[ ${NODE_ENV} == \"development\" ]]; then npm run start:dev; else npm run start:prod; fi",
"start:dev": "NODE_ENV=development nodemon ./bin/storj-bridge.js",
"start:prod": "NODE_ENV=production node ./bin/storj-bridge.js",
"make-docs": "./node_modules/.bin/jsdoc index.js lib -r -R README.md -u ./doc -c .jsdoc.json --verbose -d ./jsdoc",
"publish-docs": "gh-pages -d jsdoc --repo git@github.com:Storj/bridge.git",
"payout-report": "node script/payouts.js"
Expand Down

0 comments on commit b46d0ba

Please sign in to comment.