diff options
| author | Fuwn <[email protected]> | 2022-03-18 00:35:14 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-18 00:35:14 -0700 |
| commit | f181e96ac8464a3d288b1682c3d3050008ce5dce (patch) | |
| tree | b99fd99de09c557e2fe045d3179ffc5e056a0fef /Makefile | |
| parent | chore(git): update ignored (diff) | |
| download | capybara-f181e96ac8464a3d288b1682c3d3050008ce5dce.tar.xz capybara-f181e96ac8464a3d288b1682c3d3050008ce5dce.zip | |
fix(make): remove validate dep
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ fmt: go fmt github.com/fuwn/capybara... -run: fmt validate +run: fmt go run github.com/fuwn/capybara build: fmt |