Skip to content

Commit

Permalink
fix: switch to yarn and deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
k11kirky committed Jan 20, 2025
1 parent 9b3dbc6 commit 4100965
Show file tree
Hide file tree
Showing 4 changed files with 2,377 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
npm_token_secret: NPM_TOKEN_BEN_WHITE # TODO: Change to standard token once able
- name: posthog-web
npm_token_secret: NPM_TOKEN # TODO: Change to standard token once able
- name: posthog-ai
npm_token_secret: NPM_TOKEN # TODO: Change to standard token once able

steps:
- name: Checkout the repository
Expand Down
Binary file removed posthog-ai/bun.lockb
Binary file not shown.
3 changes: 1 addition & 2 deletions posthog-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
"uuid": "^11.0.5"
},
"scripts": {
"build": "bun build ./src --outdir ./dist --target bun",
"test": "jest",
"prepublishOnly": "npm run build"
"prepublishOnly": "cd .. && yarn build"
}
}
Loading

0 comments on commit 4100965

Please sign in to comment.