Skip to content

Commit df6fc40

Browse files
committed
Make build script build everything
1 parent e7ec78f commit df6fc40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Collection of JSON-RPC APIs provided by Ethereum 1.0 clients",
55
"main": "index.js",
66
"scripts": {
7-
"build": "npm run build:spec",
7+
"build": "npm run build:spec && npm run build:docs && npm run build:test",
88
"build:spec": "node scripts/build.js",
99
"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",
1010
"build:docs": "npm run generate-clients && npm run build:docs:gatsby",

0 commit comments

Comments
 (0)