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 00e9215 commit 88bb852Copy full SHA for 88bb852
.github/workflows/upgrade.yml
@@ -32,10 +32,24 @@ jobs:
32
run: pnpm install --no-frozen-lockfile
33
working-directory: .
34
35
+
36
37
+ - name: Debug plugin build
38
+ working-directory: plugin
39
+ run: |
40
+ echo "Listing plugin contents..."
41
+ ls -la
42
+ echo "Node version:"
43
+ node -v
44
+ echo "PNPM version:"
45
+ pnpm -v
46
+ echo "Running build manually to show full logs..."
47
+ pnpm run build --reporter ndjson --stream
48
49
- name: Build project
50
run: pnpm run build
51
-
52
53
- name: Build Android
54
working-directory: plugin/android
55
run: ./gradlew clean build
0 commit comments