Skip to content

Commit 9082064

Browse files
committed
fix(nx): correct input config files
1 parent 342d2cd commit 9082064

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)