Skip to content

Commit 2e1c827

Browse files
committed
chore(core): add build-tracer-client as deps of lint and typecheck
1 parent fb7909d commit 2e1c827

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/core/moon.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,11 @@ tasks:
2222
outputs:
2323
- "src/generated/openapi"
2424
command: openapi --client axios --input ./tracer.spec.json --name MongoTracer --output ./src/generated/openapi
25+
26+
typecheck:
27+
deps:
28+
- build-tracer-client
29+
30+
lint:
31+
deps:
32+
- build-tracer-client

0 commit comments

Comments
 (0)