File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11on :
22 pull_request :
3- paths :
4- - packages/**
3+ # paths:
4+ # - packages/**
55
66jobs :
77 publish :
1010 - uses : actions/checkout@v4
1111 - run : corepack enable
1212 - uses : actions/setup-node@v4
13- - run : yarn install
14- - run : yarn build
15- - run : yarn install # re-install to detect CLIs
16- # create examples
17- - run : ./node_modules/.bin/create-actor --platform nodejs --template chat-room templates/chat-room
18- - run : ./node_modules/.bin/create-actor --platform nodejs --template counter templates/counter
19- # TODO: Add --compact once we publish them to npm
20- - run : yarn dlx pkg-pr-new publish 'packages/**/platforms/*' 'packages/*' 'packages/frameworks/*' --template './templates/*' --packageManager yarn
13+ - run : pnpm install
14+ - run : pnpm build
15+ - run : pnpm dlx pkg-pr-new publish --packageManager pnpm
You can’t perform that action at this time.
0 commit comments