Skip to content

Commit a759c18

Browse files
committed
fix(networks): correct typo in lint executor key in project.json
1 parent 2bed90a commit a759c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/networks/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
},
2424
"lint": {
25-
"execu,tor": "@nx/linter:eslint",
25+
"executor": "@nx/linter:eslint",
2626
"outputs": ["{options.outputFile}"],
2727
"options": {
2828
"lintFilePatterns": ["packages/networks/**/*.ts"]

0 commit comments

Comments
 (0)