Skip to content

Commit

Permalink
Merge pull request #105 from UoaWDCC/fix/disable-precommit-hook
Browse files Browse the repository at this point in the history
Fix/disable precommit hook
  • Loading branch information
GBHU753 authored Aug 29, 2024
2 parents 53ed241 + 2245d5f commit a4e6ec2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1,938 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/full/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
},
"workspaceFolder": "/repo",
"postCreateCommand": "yarn install:all && yarn prepare",
"postCreateCommand": "yarn install:all",
"postStartCommand": "",
"mounts": [
"source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind",
Expand Down
File renamed without changes.
10 changes: 1 addition & 9 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -227,15 +227,7 @@
dependencies:
"@types/react" "*"

"@types/react@*":
version "18.3.3"
resolved "https://registry.npmjs.org/@types/react/-/react-18.3.3.tgz"
integrity sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==
dependencies:
"@types/prop-types" "*"
csstype "^3.0.2"

"@types/[email protected]":
"@types/react@*", "@types/[email protected]":
version "18.3.3"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.3.tgz#9679020895318b0915d7a3ab004d92d33375c45f"
integrity sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==
Expand Down
Loading

0 comments on commit a4e6ec2

Please sign in to comment.