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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
"description": "Collection of JSON-RPC APIs provided by Ethereum 1.0 clients",
5
5
"main": "index.js",
6
6
"scripts": {
7
-
"build": "npm run build:spec",
7
+
"build": "npm run build:spec && npm run build:docs && npm run build:test",
8
8
"build:spec": "node scripts/build.js",
9
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",
10
10
"build:docs": "npm run generate-clients && npm run build:docs:gatsby",
0 commit comments