Skip to content

Commit a9eaac7

Browse files
committed
chore(moon): update deps
1 parent 831750e commit a9eaac7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.moon/tasks.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ tasks:
3535
- "/.eslintrc.js"
3636
- "tsconfig.json"
3737
- "tsconfig.*.json"
38+
deps:
39+
- "build"
3840

3941
typecheck:
4042
command: "tsc --noEmit --pretty"
@@ -45,7 +47,7 @@ tasks:
4547
- "/tsconfig.json"
4648
- "/tsconfig.base.json"
4749
deps:
48-
- "^:build"
50+
- "build"
4951

5052
build:
5153
command: "rollup -c rollup.config.ts --configPlugin typescript"
@@ -55,7 +57,6 @@ tasks:
5557
outputs:
5658
- "dist/"
5759
deps:
58-
- "typecheck"
5960
- "^:build"
6061
env:
6162
NODE_NO_WARNINGS: "1"

0 commit comments

Comments
 (0)