Skip to content

Commit a4f6b3e

Browse files
committed
Make default build use workspaces (not concurrent)
1 parent 08dc465 commit a4f6b3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ clean_node_modules:
3939

4040
clean: clean_node_modules clean_solidity_out clean_dcipher
4141
deps: install_solidity_node_deps build_forge_all
42-
all: git install_solidity_node_deps build_forge_all build_cargo
42+
all: git deps build_cargo

0 commit comments

Comments
 (0)