[CI] Use make
, not npm
directly
#942
Labels
area/ci
Continuous integration | Build and release
help wanted
Extra attention is needed
issue/willfix
This issue will be worked on
Current Behavior
Direct use of
npm
is inconsistent with all of the other projects here.Desired Behavior
make
targets reusing the include() make files from meshery/meshery.make ui-setup; make ui-build; make site-setup; make site-build; make ui-lint
).Implementation
make
targets reusing the include() make files from meshery/meshery.make ui-setup; make ui-build; make site-setup; make site-build; make ui-lint
).Acceptance Tests
make
.Contributor Guides and Resources
The text was updated successfully, but these errors were encountered: