Skip to content

Commit

Permalink
feat(gen): add simple-git-hooks scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Sep 27, 2022
1 parent 44a74d2 commit c1c6cd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
],
"scripts": {
"preinstall": "npx only-allow pnpm",
"postinstall": "simple-git-hooks",
"dev": "varlet-cli dev",
"build": "varlet-cli build",
"preview": "varlet-cli preview",
Expand Down Expand Up @@ -56,7 +57,7 @@
"live-server": "^1.2.1",
"lodash-es": "^4.17.21",
"prettier": "^2.3.2",
"simple-git-hooks": "^2.7.0",
"simple-git-hooks": "^2.8.0",
"stylelint": "^13.13.1",
"typescript": "^4.4.4",
"vue": "3.2.25",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
],
"scripts": {
"preinstall": "npx only-allow pnpm",
"postinstall": "simple-git-hooks",
"dev": "varlet-cli dev",
"build": "varlet-cli build",
"preview": "varlet-cli preview",
Expand Down Expand Up @@ -56,7 +57,7 @@
"live-server": "^1.2.1",
"lodash-es": "^4.17.21",
"prettier": "^2.3.2",
"simple-git-hooks": "^2.7.0",
"simple-git-hooks": "^2.8.0",
"stylelint": "^13.13.1",
"typescript": "^4.4.4",
"vue": "3.2.25",
Expand Down

0 comments on commit c1c6cd1

Please sign in to comment.