Skip to content

Commit

Permalink
Reverted number change after updating version
Browse files Browse the repository at this point in the history
The bell package version and test host address number was changed after the package version was updated. This caused the docker build to fail
  • Loading branch information
malave authored Jan 13, 2020
1 parent 1fe8a92 commit 33a8032
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"start": "cross-env NODE_ENV=development env-cmd server/.env nodemon server --exec babel-node",
"start:debug": "cross-env NODE_ENV=development env-cmd server/.env babel-node server $NODE_DEBUG_OPTION",
"start:prod": "cross-env NODE_ENV=production env-cmd .env babel-node server",
"test": "DEBUG=-* REDIS_HOST=0.31.0.0 ES_HOST=http://0.0.0.0:9200 lab -v -a code -T node_modules/lab-transform-preset-env -S $NODE_DEBUG_OPTION -m 5000 -l",
"test-cov": "DEBUG=-* REDIS_HOST=0.31.0.0 ES_HOST=http://0.0.0.0:9200 lab -r html -o coverage.html",
"test": "DEBUG=-* REDIS_HOST=0.0.0.0 ES_HOST=http://0.0.0.0:9200 lab -v -a code -T node_modules/lab-transform-preset-env -S $NODE_DEBUG_OPTION -m 5000 -l",
"test-cov": "DEBUG=-* REDIS_HOST=0.0.0.0 ES_HOST=http://0.0.0.0:9200 lab -r html -o coverage.html",
"coverage:html": "DEBUG=-articulate:* lab -a code -T node_modules/lab-transform-preset-env -S -c -r html -o coverage.html",
"lint": "lab -dL -T node_modules/lab-transform-preset-env -S",
"lint:fix": "lab -dL --lint-fix -T node_modules/lab-transform-preset-env -S"
Expand All @@ -30,7 +30,7 @@
"@slack/client": "^4.9.0",
"actions-on-google": "^2.6.0",
"axios": "^0.18.1",
"bell": "^10.31.0",
"bell": "^10.0.0",
"blipp": "^3.1.3",
"boom": "^7.2.0",
"bootbot": "^1.0.16",
Expand Down

0 comments on commit 33a8032

Please sign in to comment.