File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 11on :
22 pull_request :
3- paths :
4- - packages/**
53
64jobs :
75 publish :
108 - uses : actions/checkout@v4
119 - run : corepack enable
1210 - 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
11+ - run : pnpm install
12+ - run : pnpm build
13+ - run : pnpm dlx pkg-pr-new publish --packageManager pnpm
You can’t perform that action at this time.
0 commit comments