Skip to content

Commit

Permalink
fix: update taskfile status check for submodules task (#2435)
Browse files Browse the repository at this point in the history
Signed-off-by: Iliya Savov <isavov@users.noreply.github.com>
Co-authored-by: Iliya Savov <isavov@users.noreply.github.com>
Co-authored-by: Svet <svetoslav.nikolov@limechain.tech>
  • Loading branch information
3 people authored Aug 2, 2024
1 parent 39629db commit 5459fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/proto/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tasks:
# using tag --remote in order to always apply the newest proto changes
- git submodule update --init --remote
status:
- test -d packages/proto/src/proto
- test -d src/proto

install:
deps:
Expand Down

0 comments on commit 5459fb4

Please sign in to comment.