Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

Commit d1f9fe3

Browse files
committed
telemetry for dev —live
1 parent 090ee61 commit d1f9fe3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/commands/dev/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,8 @@ class DevCommand extends Command {
195195
// Todo hoist this telemetry `command` to CLI hook
196196
track("command", {
197197
command: "dev",
198-
projectType: settings.type || "custom"
198+
projectType: settings.type || "custom",
199+
live: flags.live || false
199200
});
200201

201202
const banner = chalk.bold(`Netlify dev server is now ready on ${url}`);

0 commit comments

Comments
 (0)