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 b2a3c35 commit 432bdf9Copy full SHA for 432bdf9
.github/workflows/build.yaml
@@ -53,6 +53,9 @@ jobs:
53
test -f MyCustomPlugin/frontend/README.md
54
test -f MyCustomPlugin/frontend/vite.config.ts
55
test -f MyCustomPlugin/frontend/src/Panel.tsx
56
+ test -f MyCustomPlugin/frontend/src/Settings.tsx
57
+ test -f MyCustomPlugin/frontend/src/Dashboard.tsx
58
+ test -f MyCustomPlugin/frontend/src/Spotlight.tsx
59
- name: Build and Install Plugin
60
run: |
61
cd output/MyCustomPlugin
0 commit comments