We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b804b82 commit c2d17d8Copy full SHA for c2d17d8
README.md
@@ -58,6 +58,15 @@ forge build
58
> npm install @openzeppelin/upgrades-core@latest -g
59
> ```
60
61
+> [!TIP]
62
+>
63
+> If at any point the submodules become "dirty" (e.g. there are local changes that you are unaware of) you can do:
64
65
+> ```sh
66
+> git submodule deinit -f .
67
+> git submodule update --init --recursive --checkout
68
+> ```
69
+
70
### Updates
71
72
To update contracts to the latest library versions, use:
@@ -225,7 +234,7 @@ forge fmt ./src/**/*.sol ./script/**/*.sol
225
234
If you have solhint installed, you can lint all contracts with:
226
235
227
236
```sh
228
-solhint 'src/**/*.sol'
237
+solhint 'src/**/*.sol' 'script/**/*.sol'
229
238
```
230
239
231
240
## Documentation
0 commit comments