-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: convert to pnpm #970
Conversation
@@ -115,12 +116,12 @@ describe('persistence', () => { | |||
const lib = new PostHogPersistence(makePostHogConfig('bla', 'cookie')) | |||
lib.register_once({ distinct_id: 'testy', test_prop: 'test_value' }, undefined, undefined) | |||
expect(document.cookie).toEqual( | |||
'; ph__posthog=%7B%22distinct_id%22%3A%22testy%22%2C%22test_prop%22%3A%22test_value%22%7D' | |||
'ph__posthog=%7B%22distinct_id%22%3A%22testy%22%2C%22test_prop%22%3A%22test_value%22%7D' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
checked this locally with yalc and cookies seem correct
i guess this was a test artefact 🤷
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looked at some bits closer than others but if the CI is happy, I'm happy
we're using pnpm in the main repo...
let's use it here
I've tested all of the GH actions workflows that I can without merging, so will have to see if CD workflows work after merging this
tested I can still publish locally using yalc