Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
- run:
name: Avoid hosts unknown for github
command: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
- run: git config user.email "adam@dierkens.com"
- run: git config user.name "Adam Dierkens"
- run:
name: deploy
command: yarn lerna run deploy --scope @proof-ui/docs --stream
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build:watch": "yarn build --watch",
"test": "jest",
"lint": "eslint packages plugins --ext .ts --cache",
"release": "auto shipit"
"release": "auto shipit -vv"
},
"publishConfig": {
"access": "public",
Expand Down