build(striker-ui): change status message before 'npm run build'

main
Tsu-ba-me 4 years ago
parent 79d1622f93
commit 281e9f850d
  1. 2
      striker-ui/Makefile.am

@ -21,7 +21,7 @@ EXTRA_DIST = $(nextoutdir)
out:
-@echo "Install node modules (dependencies) prior to building."
npm install --no-package-lock --ignore-scripts
-@echo "Build front-end project."
-@echo "Build web UI."
npm run build
-@echo "Stage only the build output directory."
git reset && git add $(nextoutdir)

Loading…
Cancel
Save