Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sndrs committed May 8, 2024
1 parent d25b3c2 commit 4defc08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ validate: env lint test e2e build verify-dist build\:storybooks

##################################### BUILD ####################################

# clears local task caches and deletes all `dist` directories
# removes all build artifacts and task caches
.PHONY: clean
clean:
$(call log,"Clearing all task caches")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Tasks that apply to all projects are defined in the [`Makefile`](./Makefile):
- `make build` _builds all projects_
- `make build:storybooks` _builds all storybooks_
- `make changeset` _creates a new [changeset](https://github.com/changesets/changesets/blob/main/docs/intro-to-using-changesets.md)_
- `make clean` _clears local task caches and deletes all `dist` directories_
- `make clean` _removes all build artifacts and task caches_
- `make dev` _runs the dev targets for all projects in single instance_
- `make e2e` _runs the e2e tests for all projects_
- `make fix` _attemps to fix lint errors across all projects_
Expand Down

0 comments on commit 4defc08

Please sign in to comment.