Skip to content

Commit

Permalink
Adding an empty setup command to melos
Browse files Browse the repository at this point in the history
  • Loading branch information
gmeral committed Nov 19, 2024
1 parent ac09858 commit 0261cb8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ packages:

scripts:

setup:
run: |
echo "no setup needed, skipping"
lint:all:
run: |
melos run lint:analyze && melos run lint:pub --no-select && melos run lint:format
Expand Down

0 comments on commit 0261cb8

Please sign in to comment.