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