Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
RhysSullivan committed Apr 19, 2024
1 parent cb5ea35 commit e9e76bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/posthog-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"directory": "packages/posthog-generator"
},
"scripts": {
"build": "(cd ../core && pnpm build) && tsup",
"build": "(cd ../posthog && pnpm build) && tsup",
"dev": "tsup --watch",
"lint": "eslint . --ext .ts",
"test:watch": "vitest",
Expand Down

0 comments on commit e9e76bf

Please sign in to comment.