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 2222 "storybook" : " pnpm storybook:react" ,
2323 "storybook:all" : " echo 'Run storybooks in separate terminals: pnpm storybook:react | pnpm storybook:angular'" ,
2424 "build-storybook" : " turbo run build --filter=storybook --filter=storybook-angular" ,
25- "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" ,
26- "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" ,
27- "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" ,
25+ "bump:prerelease" : " pnpm -r --filter='@copilotkitnext/agent' --filter='@copilotkitnext/angular' --filter='@copilotkitnext/core' --filter='@copilotkitnext/react' --filter='@copilotkitnext/runtime' --filter='@copilotkitnext/shared' --filter='@copilotkitnext/web-inspector' exec pnpm version prerelease --preid=alpha" ,
26+ "bump:release" : " pnpm -r --filter='@copilotkitnext/agent' --filter='@copilotkitnext/angular' --filter='@copilotkitnext/core' --filter='@copilotkitnext/react' --filter='@copilotkitnext/runtime' --filter='@copilotkitnext/shared' --filter='@copilotkitnext/web-inspector' exec pnpm version patch" ,
27+ "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' --filter='@copilotkitnext/web-inspector' -- tag alpha" ,
2828 "publish:release:dry" : " pnpm -r --filter '@copilotkitnext/*' publish --access public --dry-run" ,
2929 "publish:release" : " pnpm -r --filter '@copilotkitnext/*' publish --access public"
3030 },
You can’t perform that action at this time.
0 commit comments