From d32660f4062a56250b886c47c800ac59ecf60ae5 Mon Sep 17 00:00:00 2001 From: Wilson Cusack Date: Fri, 12 Apr 2024 10:59:57 -0400 Subject: [PATCH 1/2] test --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index aa24937..fb2dc8a 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ We should be as specific and thorough as possible when defining our style, testi ![tom-sachs-gq-style-spring-2019-05](https://github.com/coinbase/solidity-style-guide/assets/6678357/9e904107-e83f-4d89-a405-d3f1394d8de4) + + + ## 1. Style ### A. Unless an exception or addition is specifically noted, we follow the [Solidity Style Guide](https://docs.soliditylang.org/en/latest/style-guide.html). From 66d834e7417f324685517b70ac26dfdc44432347 Mon Sep 17 00:00:00 2001 From: Wilson Cusack Date: Fri, 12 Apr 2024 11:05:07 -0400 Subject: [PATCH 2/2] add prepare script --- README.md | 3 --- package.json | 3 ++- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fb2dc8a..aa24937 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,6 @@ We should be as specific and thorough as possible when defining our style, testi ![tom-sachs-gq-style-spring-2019-05](https://github.com/coinbase/solidity-style-guide/assets/6678357/9e904107-e83f-4d89-a405-d3f1394d8de4) - - - ## 1. Style ### A. Unless an exception or addition is specifically noted, we follow the [Solidity Style Guide](https://docs.soliditylang.org/en/latest/style-guide.html). diff --git a/package.json b/package.json index 84d8534..7df1c3e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,8 @@ "dependencies": { "dprint": "^0.45.0", "simple-git-hooks": "^2.11.0" }, "scripts": { "format": "dprint fmt", - "format-check": "dprint check" + "format-check": "dprint check", + "prepare": "bun x simple-git-hooks" }, "simple-git-hooks": { "pre-commit": "bun run format-check"