Skip to content

Commit 2fdedca

Browse files
committed
Update .github/workflows/check_node.yml
1 parent 96126be commit 2fdedca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/check_node.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
run: esbuild --bundle --platform=node ./src/test/index_node.ts | node
2929
- name: Run test with packed tarball
3030
run: |
31+
set -xe
3132
npm pack
3233
mv ./mryhryki-simple-encryption-*.tgz ./packed.tgz
3334
npm install ./packed.tgz
34-
esbuild --bundle --platform=node ./src/test/index_node_with_packed_tarball.ts | node
35+
esbuild --bundle --platform=node --outfile=./dist/test.js ./src/test/index_node_with_packed_tarball.ts
36+
node ./dist/test.js

0 commit comments

Comments
 (0)