Skip to content

Commit

Permalink
build: automatically install dependencies after merging branches
Browse files Browse the repository at this point in the history
  • Loading branch information
AnYiEE committed Apr 30, 2024
1 parent 3cec67d commit 5b4f1bb
Show file tree
Hide file tree
Showing 3 changed files with 205 additions and 0 deletions.
1 change: 1 addition & 0 deletions .husky/post-merge
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx git-pull-run --pattern "pnpm-lock.yaml" --command "pnpm i"
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-unicorn": "latest",
"eslint-plugin-vue": "^9.25.0",
"git-pull-run": "^1.4.0",
"glob": "^10.3.12",
"happy-dom": "^14.7.1",
"husky": "^9.0.11",
Expand Down
Loading

0 comments on commit 5b4f1bb

Please sign in to comment.