File tree Expand file tree Collapse file tree 2 files changed +2
-83
lines changed Expand file tree Collapse file tree 2 files changed +2
-83
lines changed Original file line number Diff line number Diff line change @@ -19,27 +19,11 @@ jobs:
19
19
node-version : 20
20
20
cache : pnpm
21
21
22
- # Disabled due to https://github.com/tj-actions/changed-files/issues/2463
23
- # - name: Run changed-files
24
- # id: changed-files
25
- # uses: tj-actions/changed-files@v44
26
- # with:
27
- # separator: ' '
28
- # dir_names: 'true'
29
- # dir_names_max_depth: '2' # truncates the path to packages/package-name
30
- # files: |
31
- # packages/**
32
-
33
22
- name : install dependencies
34
23
run : pnpm install
35
24
36
25
- name : build
37
26
run : pnpm build
38
27
39
- # - name: publish preview
40
- # if: ${{ steps.changed-files.outputs.all_changed_files_count > 0 }}
41
- # env:
42
- # CHANGED_DIRS: ${{ steps.changed-files.outputs.all_changed_files }}
43
- # # run: |
44
- # # node scripts/get-deps-to-publish.js
45
- # run: pnpm dlx [email protected] publish --pnpm './packages/*'
28
+ - name : publish preview
29
+ run :
pnpm dlx [email protected] publish --bin --pnpm './packages/*'
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments