Skip to content

Commit 71f37c5

Browse files
committed
fix: add missing test script to package.json
1 parent dc8a34a commit 71f37c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

soroban-client/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"dev": "next dev",
77
"build": "next build",
88
"start": "next start",
9-
"lint": "eslint"
9+
"lint": "eslint",
10+
"test": "echo \"No tests configured\" && exit 0"
1011
},
1112
"dependencies": {
1213
"next": "16.1.4",

0 commit comments

Comments
 (0)