diff --git a/Makefile b/Makefile index 67f4a9b..11a8203 100644 --- a/Makefile +++ b/Makefile @@ -4,4 +4,6 @@ install: lint: npx eslint . - +build: + rm -rf dist + NODE_ENV=production npx webpack