1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/extensions/support-page/Makefile
Sebastian Malton d7c7593c0d
Add CI step to run future extension tests (#1214)
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2020-11-04 12:49:37 +02:00

9 lines
87 B
Makefile

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