build(striker-ui): relocate rule comment to pre-section

main
Tsu-ba-me 4 years ago
parent 2ccdf6ab23
commit ce646e086b
  1. 4
      striker-ui/Makefile.am

@ -102,13 +102,15 @@ EXTRA_DIST = \
htmldir = $(localstatedir)/www/html htmldir = $(localstatedir)/www/html
# Note: the input file to the generate endpoint prefix step must exist in
# EXTRA_DIST.
#
build: build:
-@echo "Print working directory." -@echo "Print working directory."
pwd pwd
-@echo "Install node modules (dependencies) prior to building." -@echo "Install node modules (dependencies) prior to building."
npm clean-install npm clean-install
-@echo "Generate endpoint prefix." -@echo "Generate endpoint prefix."
# Note: the input file must exist in EXTRA_DIST.
sed 's@=.*@=/cgi-bin@' <env.development >.env.local sed 's@=.*@=/cgi-bin@' <env.development >.env.local
-@echo "Build front-end project." -@echo "Build front-end project."
npm run build npm run build

Loading…
Cancel
Save