Skip to content

Commit

Permalink
Merge branch 'master' into fix/allow-object-for-overriding-private-key
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Feb 9, 2023
2 parents 1e361e7 + 6c20c59 commit 67d09a0
Show file tree
Hide file tree
Showing 5 changed files with 2,975 additions and 1,572 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- checkout
- run:
name: Update NPM version
name: Use NPM v8
command: npm install -g npm@^8
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
Expand Down
2 changes: 1 addition & 1 deletion .husky/commit-msg
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no commitlint --edit $1
npx --no-install commitlint --edit $1
2 changes: 1 addition & 1 deletion .husky/pre-commit
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no lint-staged
npx --no-install lint-staged

0 comments on commit 67d09a0

Please sign in to comment.