8000 scripts/github-actions: build-hext-node-linux: print node-abi package… · html-extract/hext@fe7b5f0 · GitHub
[go: up one dir, main page]

Skip to content

Commit fe7b5f0

Browse files
committed
scripts/github-actions: build-hext-node-linux: print node-abi package.json
1 parent 7f077ad commit fe7b5f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/github-actions/linux/build-hext-node-linux.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ sudo make install
6161
cd "$LIBHEXTD/bindings/nodejs"
6262
npm install
6363
npm install prebuild
64-
npm list | grep node-abi
64+
cat node_modules/node-abi/package.json || true
6565
npm install "node-abi@^4.8.0"
66-
npm list | grep node-abi
66+
cat node_modules/node-abi/package.json || true
6767
npx prebuild \
6868
-t "$HEXT_NODE_API_VERSION1" \
6969
-t "$HEXT_NODE_API_VERSION2" \

0 commit comments

Comments
 (0)
0