We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96126be commit 90776dfCopy full SHA for 90776df
1 file changed
.github/workflows/check_node.yml
@@ -28,6 +28,7 @@ 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
0 commit comments