File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 7070 working-directory : packages/wasm-utxo
7171
7272 - name : Build wasm-utxo
73- run : npm run build
73+ run : |
74+ npm run build
75+ echo "=== Build complete, checking output ==="
76+ ls -la dist/esm/ | head -20 || echo "dist/esm not found"
7477 working-directory : packages/wasm-utxo
7578
7679 - name : Debug workspace setup
7982 ls -la node_modules/@bitgo/
8083 echo "=== Checking wasm-utxo dist ==="
8184 ls -la packages/wasm-utxo/dist/ || echo "dist directory not found"
85+ echo "=== Listing all files in dist/esm ==="
86+ ls -la packages/wasm-utxo/dist/esm/ || echo "esm directory not found"
8287 echo "=== Checking if dist/esm/index.js exists ==="
8388 ls -la packages/wasm-utxo/dist/esm/index.js || echo "index.js not found"
8489 echo "=== Checking package.json exports from symlink ==="
You can’t perform that action at this time.
0 commit comments