1
0
mirror of https://github.com/lensapp/lens.git synced 2024-11-10 10:36:25 +03:00
lens/extensions/kube-object-event-status/Makefile
Lauri Nevala 85c4a10114
Implement KubeObjectStatusText extension API (#1188)
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-11-11 08:57:15 +02:00

9 lines
84 B
Makefile

install-deps:
npm install
build: install-deps
npm run build
test:
npm run test