Skip to content

Commit 3e76f88

Browse files
authored
fix(nx): correct input config files (#1163)
1 parent 342d2cd commit 3e76f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"!{projectRoot}/**/*.{md,mdx}",
88
"{projectRoot}/tsconfig.json",
99
"{projectRoot}/package.json",
10-
"{projectRoot}/modern.config.*",
10+
"{projectRoot}/rslib.config.*",
1111
"{projectRoot}/scripts/**/*"
1212
],
1313
"prebundle": [

0 commit comments

Comments
 (0)