Skip to content

Commit

Permalink
ci: Fix husky post-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Feb 10, 2021
1 parent 32f5b71 commit 4f6ebdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .husky/post-merge
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
npm run update-deps
npm ci
git remote prune origin
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"tsc": "tsc",
"format": "prettier --write **/*.ts",
"format:check": "prettier --check **/*.ts",
"release": "standard-version",
"update-deps": "(git diff 'HEAD@{1}' --name-only | grep 'package-lock.json' > /dev/null) && npm ci || :"
"release": "standard-version"
},
"lint-staged": {
"{src,__tests__}/**/*.ts": [
Expand Down

0 comments on commit 4f6ebdd

Please sign in to comment.