We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d65409 commit b6eb647Copy full SHA for b6eb647
src/commands/dev/dev.js
@@ -348,7 +348,7 @@ const dev = async (options, command) => {
348
exit(1)
349
}
350
351
- command.setAnalyticsPayload({ projectType: settings.framework || 'custom', live: options.live })
+ command.setAnalyticsPayload({ projectType: settings.framework || 'custom', live: options.live, graph: options.graph })
352
353
const startNetlifyGraphWatcher = Boolean(options.graph)
354
if (startNetlifyGraphWatcher) {
1 commit comments
github-actions[bot] commentedon Mar 2, 2022
📊 Benchmark results
Package size: 443 MB