Skip to content

Commit 5afa64c

Browse files
committed
fix
1 parent 120eb5b commit 5afa64c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/cr.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ jobs:
3333
run: pnpm install --frozen-lockfile
3434

3535
- name: Build start
36-
run: pnpm run packages:build
36+
working-directory: packages/start
37+
run: |
38+
pnpm run build
39+
echo $(cat package.json | jq '.exports = .publishConfig.exports') > package.json
3740
3841
- name: Release
3942
run: |
40-
echo $(cat package.json | jq '.exports = .publishConfig.exports') > package.json
4143
pnpm dlx pkg-pr-new@0.0 publish './packages/start' --template './examples/*' --compact

0 commit comments

Comments
 (0)