Skip to content

Commit fe4a38c

Browse files
committed
chore(react-todos-app): add Nx command to run collect on example app
1 parent 6c38140 commit fe4a38c

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

examples/react-todos-app/project.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,19 @@
5151
"buildTarget": "react-todos-app:build:production"
5252
}
5353
}
54+
},
55+
"run-collect": {
56+
"executor": "nx:run-commands",
57+
"options": {
58+
"command": "npx ../../dist/packages/cli collect --no-progress",
59+
"cwd": "examples/react-todos-app"
60+
},
61+
"dependsOn": [
62+
{
63+
"projects": ["cli", "plugin-eslint"],
64+
"target": "build"
65+
}
66+
]
5467
}
5568
},
5669
"tags": ["scope:internal", "type:app"]

0 commit comments

Comments
 (0)