Skip to content

Commit 4180d5c

Browse files
authored
build: lint offlinedocs with make lint/ts
This allows linting offlinedocs with `make lint` and `make lint/ts`
1 parent 2901147 commit 4180d5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,8 @@ lint: lint/shellcheck lint/go lint/ts lint/helm
416416
lint/ts:
417417
cd site
418418
yarn && yarn lint
419+
cd offlinedocs
420+
yarn & yarn lint
419421
.PHONY: lint/ts
420422

421423
lint/go:

0 commit comments

Comments
 (0)