From 0c2952a1c7f27939a2feb5ad401e34cd92a5d779 Mon Sep 17 00:00:00 2001 From: Tsu-ba-me Date: Thu, 3 Jun 2021 16:42:11 -0400 Subject: [PATCH] build(striker-ui): remove debug pwd calls in Makefile.am --- striker-ui/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) diff --git a/striker-ui/Makefile.am b/striker-ui/Makefile.am index 4d2cb947..b684298f 100644 --- a/striker-ui/Makefile.am +++ b/striker-ui/Makefile.am @@ -108,8 +108,6 @@ all: build # EXTRA_DIST. # build: - -@echo "Print working directory." - pwd -@echo "Install node modules (dependencies) prior to building." npm clean-install --ignore-scripts -@echo "Generate endpoint prefix." @@ -118,8 +116,6 @@ build: npm run build install-data-hook: - -@echo "Print working directory." - pwd -@echo "Place build output files." cp -r $(outdir)/index.html $(outdir)/_next $(DESTDIR)/$(htmldir)/ -@echo "Create symlink to images to enable borrowing icon etc. without duplicating."