Skip to content

Commit

Permalink
Chore: Add pre-commit hook to dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
GBHU753 committed Aug 6, 2024
1 parent 4dc599b commit 6bf5d50
Showing 1 changed file with 1 addition and 1 deletion.
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",
"postCreateCommand": "yarn install && yarn prepare",
"postStartCommand": "",
"mounts": [
"source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind",
Expand Down

0 comments on commit 6bf5d50

Please sign in to comment.