Skip to content

Commit

Permalink
Merge pull request #349 from govariantsteam/revert-348-husky
Browse files Browse the repository at this point in the history
Revert "Add husky (git commit hooks)"
  • Loading branch information
benjaminpjones authored Nov 29, 2024
2 parents f4fa6a8 + be02b35 commit 9f18b46
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
2 changes: 0 additions & 2 deletions .husky/pre-commit

This file was deleted.

6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"start:server": "yarn workspace @ogfcommunity/variants-server run start",
"start:client": "yarn workspace @ogfcommunity/variants-vue-client run start",
"start:shared": "yarn workspace @ogfcommunity/variants-shared run start",
"new-variant": "node ./scripts/create-new-app.js",
"postinstall": "husky"
"new-variant": "node ./scripts/create-new-app.js"
},
"workspaces": {
"packages": [
Expand All @@ -25,8 +24,5 @@
"prettier": {
"trailingComma": "all",
"endOfLine": "lf"
},
"devDependencies": {
"husky": "^9.1.7"
}
}
11 changes: 0 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1094,8 +1094,6 @@ __metadata:
"@ogfcommunity/variants-monorepo@workspace:.":
version: 0.0.0-use.local
resolution: "@ogfcommunity/variants-monorepo@workspace:."
dependencies:
husky: ^9.1.7
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -4497,15 +4495,6 @@ __metadata:
languageName: node
linkType: hard

"husky@npm:^9.1.7":
version: 9.1.7
resolution: "husky@npm:9.1.7"
bin:
husky: bin.js
checksum: c2412753f15695db369634ba70f50f5c0b7e5cb13b673d0826c411ec1bd9ddef08c1dad89ea154f57da2521d2605bd64308af748749b27d08c5f563bcd89975f
languageName: node
linkType: hard

"icon-gen@npm:^4.0.0":
version: 4.0.0
resolution: "icon-gen@npm:4.0.0"
Expand Down

0 comments on commit 9f18b46

Please sign in to comment.