Skip to content

Commit

Permalink
Remove 'make' prefixes from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Mar 11, 2024
1 parent 30ed0a1 commit 60d105c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ publish:
invalidate:
aws cloudfront create-invalidation --distribution-id E3RPV5P71OW0UF --paths '/*'

make build:
build:
npm install
npm run build

make dev:
dev:
npm install
npm run dev

0 comments on commit 60d105c

Please sign in to comment.