Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ jobs:
run: |
DIR=$(dirname "${{ matrix.file }}")
echo "Testing codemod in: $DIR"
cd "$DIR"
pnpm install
pnpm run build
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be pnpm run build --filter=$DIR?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mohebifar no, it's for build using turbo for build all tooling and codemods too

cd "$DIR"
pnpm run --if-present test

- name: Publish codemod
Expand Down