diff --git a/striker-ui/Makefile.am b/striker-ui/Makefile.am index 5f86e54d..ea1b6dbc 100644 --- a/striker-ui/Makefile.am +++ b/striker-ui/Makefile.am @@ -1,9 +1,9 @@ -MAINTAINERCLEANFILES = Makefile.in +MAINTAINERCLEANFILES = Makefile.in -htmldir = $(localstatedir)/www/html +htmldir = $(localstatedir)/www/html build: - -@echo "Install node modules (dependencies) prior to building." - npm clean-install - -@echo "Build front-end project." - npm run build + echo "Install node modules (dependencies) prior to building." + npm clean-install + echo "Build front-end project." + npm run build