Skip to content

Commit

Permalink
chore: fix ci again
Browse files Browse the repository at this point in the history
  • Loading branch information
epiqueras committed Sep 23, 2020
1 parent a45d269 commit 2854a26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -46,5 +46,5 @@
- chore: set up project ([534bf60](https://github.com/Proof-Of-Humanity/proof-of-humanity-web/commit/534bf60))
- chore: show challenged status in profile header ([55aa602](https://github.com/Proof-Of-Humanity/proof-of-humanity-web/commit/55aa602))
- chore: track governance changes in subgraph ([8ccb7e9](https://github.com/Proof-Of-Humanity/proof-of-humanity-web/commit/8ccb7e9))
- chore: update changelog ([84409c9](https://github.com/Proof-Of-Humanity/proof-of-humanity-web/commit/84409c9))
- chore: update changelog ([a45d269](https://github.com/Proof-Of-Humanity/proof-of-humanity-web/commit/a45d269))
- chore: update eslint-plugin-regex ([2838bc3](https://github.com/Proof-Of-Humanity/proof-of-humanity-web/commit/2838bc3))
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -114,6 +114,6 @@
"ci:prettier": "prettier --ignore-path .gitignore --check .",
"ci:lint": "npm run build:graph && npm run build && npm run lint",
"ci:commitlint": "git log -1 --pretty=format:\"%s\" | commitlint",
"ci": "npm-run-all --parallel changelog ci:** && git diff --exit-code"
"ci": "npm-run-all --parallel ci:** && git checkout HEAD~1 && npm run changelog && git stash && git switch - && git stash pop && git diff --exit-code"
}
}

0 comments on commit 2854a26

Please sign in to comment.