We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 831750e commit a9eaac7Copy full SHA for a9eaac7
.moon/tasks.yml
@@ -35,6 +35,8 @@ tasks:
35
- "/.eslintrc.js"
36
- "tsconfig.json"
37
- "tsconfig.*.json"
38
+ deps:
39
+ - "build"
40
41
typecheck:
42
command: "tsc --noEmit --pretty"
@@ -45,7 +47,7 @@ tasks:
45
47
- "/tsconfig.json"
46
48
- "/tsconfig.base.json"
49
deps:
- - "^:build"
50
51
52
build:
53
command: "rollup -c rollup.config.ts --configPlugin typescript"
@@ -55,7 +57,6 @@ tasks:
55
57
outputs:
56
58
- "dist/"
59
- - "typecheck"
60
- "^:build"
61
env:
62
NODE_NO_WARNINGS: "1"
0 commit comments