Skip to content

Commit 1bdfcee

Browse files
committed
cleanup
1 parent 7b03589 commit 1bdfcee

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Makefile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -389,14 +389,6 @@ fmt/prettier:
389389
echo "--- prettier"
390390
cd site
391391
# Avoid writing files in CI to reduce file write activity
392-
ifdef CI
393-
yarn run format:check
394-
else
395-
yarn run format:write
396-
endif
397-
echo "--- prettier"
398-
cd ../offlinedocs
399-
# Avoid writing files in CI to reduce file write activity
400392
ifdef CI
401393
yarn run format:check
402394
else
@@ -423,14 +415,11 @@ lint: lint/shellcheck lint/go lint/ts lint/helm lint/site-icons
423415

424416
lint/site-icons:
425417
./scripts/check_site_icons.sh
426-
427418
.PHONY: lint/site-icons
428419

429420
lint/ts:
430421
cd site
431422
yarn && yarn lint
432-
cd ../offlinedocs
433-
yarn && yarn lint
434423
.PHONY: lint/ts
435424

436425
lint/go:

0 commit comments

Comments
 (0)