Skip to content

Commit

Permalink
add pr-check script back to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Sep 30, 2020
1 parent 0123ca2 commit ef838e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ jobs:
- attach_workspace:
at: ~/auto
- run: *lint
- run:
name: Release
command: yarn semver:check

test:
<<: *defaults
Expand Down
4 changes: 2 additions & 2 deletions scripts/post-install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
chmod +x ./dist/bin/auto.js
chmod +x ./packages/cli/dist/bin/auto.js

if [ ! -z "$CIRCLE_PR_NUMBER" ]; then
./dist/bin/auto.js pr-check --pr $CIRCLE_PR_NUMBER --url $CIRCLE_PULL_REQUEST
./packages/cli/dist/bin/auto.js pr-check --url $CIRCLE_PULL_REQUEST
fi

0 comments on commit ef838e5

Please sign in to comment.