Skip to content

Commit 1156e2e

Browse files
committed
chore: add dummy script
1 parent abaaed5 commit 1156e2e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/js-libp2p-example-auto-tls/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
"bugs": {
1212
"url": "https://github.com/libp2p/js-libp2p-examples/issues"
1313
},
14-
"scripts": {},
14+
"scripts": {
15+
"test": "echo 'Cannot test in CI'"
16+
},
1517
"type": "module",
1618
"dependencies": {
1719
"@chainsafe/libp2p-noise": "^16.0.0",

0 commit comments

Comments
 (0)