Skip to content

Commit

Permalink
chore(deps): install latest cli-style
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed Apr 20, 2021
1 parent 29e892b commit 654996d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .hooks/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
1 change: 1 addition & 0 deletions .hooks/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
yarn d2-style check commit "$1"
1 change: 1 addition & 0 deletions .hooks/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
yarn d2-style check
1 change: 1 addition & 0 deletions .hooks/pre-push
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
yarn test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@dhis2/cli-app-scripts": "^6.0.0",
"@dhis2/cli-style": "^8.0.0-alpha.8",
"@dhis2/cli-style": "git+https://github.com/dhis2/cli-style#alpha",
"@dhis2/cli-utils-cypress": "^7.0.0",
"@dhis2/cypress-commands": "^7.0.0",
"@dhis2/cypress-plugins": "^7.0.0",
Expand Down
5 changes: 2 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3095,10 +3095,9 @@
update-notifier "^3.0.0"
yargs "^13.1.0"

"@dhis2/cli-style@^8.0.0-alpha.8":
"@dhis2/cli-style@git+https://github.com/dhis2/cli-style#alpha":
version "8.0.0-alpha.8"
resolved "https://registry.yarnpkg.com/@dhis2/cli-style/-/cli-style-8.0.0-alpha.8.tgz#bf5bceaf314c3c302a6c61731690ecc5267dcea2"
integrity sha512-/dXptDESb0WrRLNK/qh4uRp1FBp0DTdpHQcFWnvQPbXHaYtrOGNF9sDBhCN39c+Js+mB4+j7sKdCYgbQZS5DBw==
resolved "git+https://github.com/dhis2/cli-style#ddcffe0d7ac832f9dba9a75acd7975b0e03c4bd8"
dependencies:
"@commitlint/cli" "^11.0.0"
"@commitlint/config-conventional" "^11.0.0"
Expand Down

0 comments on commit 654996d

Please sign in to comment.