Skip to content

Commit

Permalink
Create Plugin: Use module.tsx in is-compatible workflow for apps (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
leventebalogh authored Dec 31, 2024
1 parent cbb9d78 commit e6043f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Build plugin
run: {{ packageManagerName }} run build
- name: Compatibility check
run: npx --yes @grafana/levitate@latest is-compatible --path src/module.ts --target @grafana/data,@grafana/ui,@grafana/runtime
run: npx --yes @grafana/levitate@latest is-compatible --path $(find ./src -type f \( -name "module.ts" -o -name "module.tsx" \)) --target @grafana/data,@grafana/ui,@grafana/runtime

0 comments on commit e6043f6

Please sign in to comment.