Skip to content

Commit 837d827

Browse files
committed
Fix changeset
1 parent 0875410 commit 837d827

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "e2b-code-interpreter-root",
33
"private": true,
44
"scripts": {
5-
"version": "changeset version && pnpm run -r postVersion",
6-
"publish": "changeset publish && pnpm run -r postPublish",
5+
"version": "pnpm changeset version && pnpm run -r postVersion",
6+
"publish": "pnpm changeset publish && pnpm run -r postPublish",
77
"rm-node-modules": "find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +",
88
"lint": "pnpm --if-present --recursive run lint",
99
"format": "pnpm --if-present --recursive run format",

0 commit comments

Comments
 (0)