We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b24a1 commit 0d41a24Copy full SHA for 0d41a24
.github/workflows/pull-request-checks.yaml
@@ -96,6 +96,8 @@ jobs:
96
format: 'csv'
97
# NOTE: These steps are kept in this workflow to avoid re-rerunning the rest of the lint job
98
# in the Components Checks workflow
99
+ - name: Build TypeScript Components
100
+ run: pnpm build
101
- name: Check component keys
102
run: node scripts/findBadKeys.js ${{ steps.changed_files.outputs.added_modified }} ${{ steps.changed_files.outputs.renamed }}
103
- name: Check component app prop
0 commit comments