Skip to content

Commit 8481aab

Browse files
authored
chore: correctly add root files as implicit dependencies (#4671)
1 parent 764faf3 commit 8481aab

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

nx.json

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
{
2+
"implicitDependencies": {
3+
".c8rc.json": "*",
4+
"ava.base.js": ["@netlify/build", "@netlify/config", "netlify"],
5+
"package.json": "*",
6+
"package-lock.json": "*",
7+
"nx.json": "*",
8+
"tsconfig.base.json": "*"
9+
},
210
"tasksRunnerOptions": {
311
"default": {
412
"runner": "nx/tasks-runners/default",

0 commit comments

Comments
 (0)