You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+6-11Lines changed: 6 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,16 @@
6
6
"scripts": {
7
7
"build": "npm run build:spec",
8
8
"build:spec": "node scripts/build.js",
9
+
"build:test": "which go > /dev/null 2>&1 || (echo 'Error: Go binary not found. Please install Go first.' && exit 1) && go install github.com/lightclient/rpctestgen/cmd/speccheck@latest",
9
10
"build:docs": "npm run generate-clients && npm run build:docs:gatsby",
0 commit comments