Skip to content

Commit c592e2b

Browse files
committed
use pnpm exec
1 parent 66d21a5 commit c592e2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/agent/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"url": "https://github.com/PostHog/posthog-agent"
2929
},
3030
"scripts": {
31-
"build": "rimraf dist && rollup -c && tsc --project tsconfig.build.json --emitDeclarationOnly",
32-
"dev": "rollup -c --watch",
33-
"typecheck": "tsc --noEmit",
31+
"build": "pnpm exec rimraf dist && pnpm exec rollup -c && pnpm exec tsc --project tsconfig.build.json --emitDeclarationOnly",
32+
"dev": "pnpm exec rollup -c --watch",
33+
"typecheck": "pnpm exec tsc --noEmit",
3434
"example": "pnpm run example-usage.ts",
3535
"prepublishOnly": "pnpm run build"
3636
},

0 commit comments

Comments
 (0)