File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 "storybook" : " pnpm storybook:react" ,
2222 "storybook:all" : " echo 'Run storybooks in separate terminals: pnpm storybook:react | pnpm storybook:angular'" ,
2323 "build-storybook" : " turbo run build --filter=storybook --filter=storybook-angular" ,
24- "bump:prerelease" : " pnpm -r --filter='@copilotkitnext/angular' --filter='@copilotkitnext/core' --filter='@copilotkitnext/react' --filter='@copilotkitnext/runtime' --filter='@copilotkitnext/shared' exec pnpm version prerelease --preid=alpha" ,
25- "bump:release" : " pnpm -r --filter='@copilotkitnext/angular' --filter='@copilotkitnext/core' --filter='@copilotkitnext/react' --filter='@copilotkitnext/runtime' --filter='@copilotkitnext/shared' exec pnpm version patch" ,
26- "publish:prerelease" : " pnpm -r clean && pnpm install && turbo build && pnpm publish -r --no-git-checks --filter='@copilotkitnext/angular' --filter='@copilotkitnext/core' --filter='@copilotkitnext/react' --filter='@copilotkitnext/runtime' --filter='@copilotkitnext/shared' --tag alpha" ,
24+ "bump:prerelease" : " pnpm -r --filter='@copilotkitnext/agent' --filter='@copilotkitnext/ angular' --filter='@copilotkitnext/core' --filter='@copilotkitnext/react' --filter='@copilotkitnext/runtime' --filter='@copilotkitnext/shared' exec pnpm version prerelease --preid=alpha" ,
25+ "bump:release" : " pnpm -r --filter='@copilotkitnext/agent' --filter='@copilotkitnext/ angular' --filter='@copilotkitnext/core' --filter='@copilotkitnext/react' --filter='@copilotkitnext/runtime' --filter='@copilotkitnext/shared' exec pnpm version patch" ,
26+ "publish:prerelease" : " pnpm -r clean && pnpm install && turbo build && pnpm publish -r --no-git-checks --filter='@copilotkitnext/agent' --filter='@copilotkitnext/ angular' --filter='@copilotkitnext/core' --filter='@copilotkitnext/react' --filter='@copilotkitnext/runtime' --filter='@copilotkitnext/shared' --tag alpha" ,
2727 "publish:release:dry" : " pnpm -r --filter '@copilotkitnext/*' publish --access public --dry-run" ,
2828 "publish:release" : " pnpm -r --filter '@copilotkitnext/*' publish --access public"
2929 },
You can’t perform that action at this time.
0 commit comments