Skip to content

Commit ddd2484

Browse files
fix: allow @posthog/cli postinstall to run in CI (#1664)
Self explanatory
1 parent 9d652c5 commit ddd2484

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
"electron",
6262
"electron-winstaller",
6363
"node-pty",
64-
"better-sqlite3"
64+
"better-sqlite3",
65+
"@posthog/cli"
6566
]
6667
}
6768
}

0 commit comments

Comments
 (0)