Skip to content

Commit

Permalink
update publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuripetusko committed Jan 17, 2024
1 parent 65e686c commit ea18c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "pnpm run --r --filter \"./packages/**\" build",
"build:apps": "pnpm run --r --filter \"./apps/**\" build",
"panda:prepare": "panda codegen --cwd=apps/composable-nft-renderer-app",
"changeset:publish": "pnpm version:update && pnpm build && bun .scripts/formatPackageJson.ts && bun .scripts/generateProxyPackages.ts && changeset publish",
"changeset:publish": "pnpm build && changeset publish",
"changeset:version": "changeset version",
"clean": "pnpm run --r --parallel clean",
"dev:react": "pnpm run --parallel --stream dev",
Expand Down

0 comments on commit ea18c5e

Please sign in to comment.