diff --git a/Makefile b/Makefile index a37c0cc..56e1470 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +SHELL := /bin/bash +PATH := ./node_modules/.bin:$(PATH) build: webpack