Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
fix(ci): bump surge-review to handle pull request ids
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaringe committed Dec 19, 2017
1 parent 5e4bfd5 commit bd1f332
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"snapjerk": "^0.2.15",
"standard": "^10.0.3",
"style-loader": "^0.18.2",
"surge-review": "^1.0.2",
"surge-review": "^1.1.0",
"url": "^0.11.0",
"webpack": "3.5.6"
},
Expand All @@ -80,7 +80,7 @@
"secure": "nsp check",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"prestyleguide:build": "node scripts/prestyleguide",
"ci:update-pull-request-with-styleguide": "surge-review -p styleguide",
"ci:update-pull-request-with-styleguide": "surge-review --publish-dir styleguide --pull-request $CIRCLE_PULL_REQUEST",
"styleguide:build": "styleguidist build",
"start": "node scripts/start",
"precommit": "run-p lint test check-vulnerablities",
Expand Down

0 comments on commit bd1f332

Please sign in to comment.