parent
9945915f5a
commit
6cdd216b9c
2 changed files with 10 additions and 0 deletions
@ -0,0 +1,9 @@ |
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
htmldir = $(localstatedir)/www/html
|
||||
|
||||
build: |
||||
-@echo "Install node modules (dependencies) prior to building."
|
||||
npm clean-install
|
||||
-@echo "Build front-end project."
|
||||
npm run build
|
Loading…
Reference in new issue