Skip to content

Commit 0679fdb

Browse files
cruzdanilodieguezguille
authored andcommitted
🔧 nx: fix eslint target dependencies
1 parent d4c650e commit 0679fdb

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
@@ -12,7 +12,7 @@
1212
"generate:*": { "inputs": ["production", "^production"], "cache": true },
1313
"test": { "dependsOn": ["prepare", "^prepare"], "cache": true },
1414
"test:*": { "dependsOn": ["prepare", "^prepare"], "cache": true },
15-
"test:eslint": { "options": { "max-warnings": 0 } },
15+
"test:eslint": { "dependsOn": ["prepare", "^prepare"], "options": { "max-warnings": 0 } },
1616
"build": {
1717
"dependsOn": ["^prepare"],
1818
"inputs": ["production", "^production"],

0 commit comments

Comments
 (0)