We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d21a5 commit c592e2bCopy full SHA for c592e2b
packages/agent/package.json
@@ -28,9 +28,9 @@
28
"url": "https://github.com/PostHog/posthog-agent"
29
},
30
"scripts": {
31
- "build": "rimraf dist && rollup -c && tsc --project tsconfig.build.json --emitDeclarationOnly",
32
- "dev": "rollup -c --watch",
33
- "typecheck": "tsc --noEmit",
+ "build": "pnpm exec rimraf dist && pnpm exec rollup -c && pnpm exec tsc --project tsconfig.build.json --emitDeclarationOnly",
+ "dev": "pnpm exec rollup -c --watch",
+ "typecheck": "pnpm exec tsc --noEmit",
34
"example": "pnpm run example-usage.ts",
35
"prepublishOnly": "pnpm run build"
36
0 commit comments