Skip to content

Commit d5eec32

Browse files
committed
fix: disable node warning while running rollup
1 parent 660f2e1 commit d5eec32

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.moon/project.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ $schema: "https://moonrepo.dev/schemas/global-project.json"
44
fileGroups:
55
configs:
66
- "*.config.{js,cjs,mjs,ts}"
7-
- "*.json"
7+
- ".eslintrc.js"
8+
- "tsconfig.*.json"
9+
810
sources:
911
- "src/**/*"
1012
- "types/**/*"
@@ -53,6 +55,8 @@ tasks:
5355
deps:
5456
- "clean"
5557
- "typecheck"
58+
env:
59+
NODE_NO_WARNINGS: "1"
5660

5761
clean:
5862
command: "rm -rf"

0 commit comments

Comments
 (0)