Skip to content

Commit

Permalink
🔍 maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
jjwyse committed Mar 20, 2017
1 parent c418559 commit 3dcf6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "npm run clean-and-copy && NODE_ENV=development webpack --progress --env.dev",
"build:prod": "npm run clean-and-copy && NODE_ENV=production webpack --progress --env.prod",
"start": "npm run clean-and-copy && NODE_ENV=development babel-node ./src/server/server.js",
"start:prod": "PORT=3002 NODE_ENV=production nohup babel-node ./src/server/server.js > sniktau.log 2> sniktau.log < /dev/null &",
"start:prod": "SNIKTAU_STRAVA_CLIENT_SECRET=$SNIKTAU_STRAVA_CLIENT_SECRET SNIKTAU_STRAVA_CLIENT_ID=$SNIKTAU_STRAVA_CLIENT_ID PORT=3002 NODE_ENV=production nohup babel-node ./src/server/server.js > sniktau.log 2> sniktau.log < /dev/null &",
"test": "npm run prettify && webpack --bail --progress --env.prod && npm run lint && npm run test:unit:coverage",
"test:unit": "bin/run-tests.sh",
"test:unit:coverage": "bin/run-tests-coverage.sh",
Expand Down

0 comments on commit 3dcf6ff

Please sign in to comment.