We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a40226 commit f2752bbCopy full SHA for f2752bb
1 file changed
.github/workflows/ci.yml
@@ -55,6 +55,15 @@ jobs:
55
- name: Install dependencies
56
working-directory: js/example
57
run: yarn install --network-concurrency 1
58
+ - name: Debug installed oca.js package
59
+ run: |
60
+ echo "=== wasm/pkg contents ==="
61
+ ls -la js/wasm/pkg
62
+ ls -la js/wasm/pkg/nodejs || true
63
+ echo "=== example installed module ==="
64
+ ls -la js/example/node_modules/oca.js || true
65
+ ls -la js/example/node_modules/oca.js/nodejs || true
66
+ cat js/example/node_modules/oca.js/package.json || true
67
- name: Run tests
68
69
run: yarn test
@@ -88,4 +97,4 @@ jobs:
88
97
working-directory: js/wasm/pkg
89
98
run: yarn publish
90
99
env:
91
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
100
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments