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 397d35f commit 2f29115Copy full SHA for 2f29115
1 file changed
.github/workflows/ci.yml
@@ -66,8 +66,8 @@ jobs:
66
ls -l dist/example/
67
- name: Verify build output
68
run: |
69
- if [ ! -f dist/index.js ]; then echo "dist/index.js not found!" && exit 1; fi
70
- node -e "import('./dist/index.js').then(() => console.log('✅ Main SDK imports successfully'))"
+ if [ ! -f dist/src/index.js ]; then echo "dist/src/index.js not found!" && exit 1; fi
+ node -e "import('./dist/src/index.js').then(() => console.log('✅ Main SDK imports successfully'))"
71
- name: Test example scripts
72
73
echo "Testing compiled examples..."
0 commit comments