Skip to content

Commit

Permalink
Ignoring Block from Lerna scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
evertonfraga committed Apr 29, 2020
1 parent 5734e15 commit f5120bf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"packages": [
"packages/*"
],
"version": "0.0.0"
"version": "0.0.0",
"command": {
"bootstrap": {
"ignore": "ethereumjs-block"
}
}
}

0 comments on commit f5120bf

Please sign in to comment.