From 23b92cc30f5c8e637881a00d9f8bb922516b7a92 Mon Sep 17 00:00:00 2001 From: Tsu-ba-me Date: Thu, 3 Jun 2021 15:01:31 -0400 Subject: [PATCH] build(striker-ui): ignore npm scripts (including husky config on postinstall) --- striker-ui/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/striker-ui/Makefile.am b/striker-ui/Makefile.am index 2af58f6f..57f6ae54 100644 --- a/striker-ui/Makefile.am +++ b/striker-ui/Makefile.am @@ -107,7 +107,7 @@ build: -@echo "Print working directory." pwd -@echo "Install node modules (dependencies) prior to building." - npm clean-install + npm clean-install --ignore-scripts -@echo "Generate endpoint prefix." sed 's@=.*@=/cgi-bin@' .env.local -@echo "Build front-end project."