1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/extensions/license-menu-item/Makefile
Sebastian Malton 83586dd75a add calls to build-npm and build-extensions to intergration-* targets
- add testing calls to all extensions

Signed-off-by: Sebastian Malton <sebastian@malton.name>
2020-11-03 14:08:23 -05:00

9 lines
87 B
Makefile

install-deps:
yarn install
build: install-deps
yarn run build
test:
yarn run test