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 96126be commit 2fdedcaCopy full SHA for 2fdedca
.github/workflows/check_node.yml
@@ -28,7 +28,9 @@ jobs:
28
run: esbuild --bundle --platform=node ./src/test/index_node.ts | node
29
- name: Run test with packed tarball
30
run: |
31
+ set -xe
32
npm pack
33
mv ./mryhryki-simple-encryption-*.tgz ./packed.tgz
34
npm install ./packed.tgz
- 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