Skip to content

Commit

Permalink
chore(pre-commit): apply rules
Browse files Browse the repository at this point in the history
  • Loading branch information
valter-silva-au committed Mar 7, 2024
1 parent 7c48732 commit 68db2a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/make/aws/amplify.mk
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ aws/amplify/clean:
rm -rf amplify/.temp
rm -rf src/generated-models
rm -rf src/generated-graphql
rm -rf dist
rm -rf dist
2 changes: 1 addition & 1 deletion lib/make/pnpm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ pnpm/audit:
.PHONY: pnpm/clean-cache
## Clean pnpm cache
pnpm/clean-cache:
pnpm store prune
pnpm store prune

0 comments on commit 68db2a8

Please sign in to comment.