File tree Expand file tree Collapse file tree 2 files changed +13
-262
lines changed Expand file tree Collapse file tree 2 files changed +13
-262
lines changed Original file line number Diff line number Diff line change 22 "name" : " e2b-desktop-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" ,
9- "format" : " pnpm --if-present --recursive run format"
9+ "format" : " pnpm --if-present --recursive run format" ,
10+ "changeset" : " pnpx @changesets/cli"
1011 },
1112 "packageManager" :
" [email protected] " ,
1213 "devDependencies" : {
13- "@changesets/cli" : " ^2.26.2" ,
1414 "@changesets/read" : " ^0.6.5" ,
1515 "changeset" : " ^0.2.6" ,
1616 "@typescript-eslint/eslint-plugin" : " ^6.7.2" ,
1717 "@typescript-eslint/parser" : " ^6.7.2" ,
1818 "eslint" : " ^8.57.1" ,
1919 "eslint-plugin-unused-imports" : " ^3.0.0" ,
20- "@stylistic/eslint-plugin-ts" : " ^1.6.2"
20+ "@stylistic/eslint-plugin-ts" : " ^1.6.2" ,
21+ "prettier" : " ^3.6.2"
2122 }
2223}
You can’t perform that action at this time.
0 commit comments