Skip to content

Commit 8fe8e30

Browse files
Add npm publish --dry-run to CI workflow (#53) (#54)
1 parent e1ca58c commit 8fe8e30

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,6 @@ jobs:
9292
echo "Hex dump of test-output/$file:"
9393
xxd "test-output/${file#test-output/}" || echo "File not found in test-output: $file"
9494
done
95+
96+
- name: Test npm publish
97+
run: npm publish --dry-run

0 commit comments

Comments
 (0)