diff --git a/Makefile b/Makefile index 9be3c189..57f24c2c 100644 --- a/Makefile +++ b/Makefile @@ -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