diff --git a/frontend/Makefile b/frontend/Makefile index 35fc320a..6690f4b8 100644 --- a/frontend/Makefile +++ b/frontend/Makefile @@ -8,4 +8,4 @@ install: .PHONY: compile compile: install - NODE_ENV=production webpack --config webpack/index.js + NODE_ENV=production ./node_modules/.bin/webpack --config webpack/index.js