Commit e713cd05 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

contracts: fix build script (#642)

* contracts: fix build script

* chore: add changeset

* Update packages/contracts/scripts/build.sh
Co-authored-by: default avatarLiam Horne <liam@lihorne.com>

* build: parallel
Co-authored-by: default avatarLiam Horne <liam@lihorne.com>
parent 12881b48
---
"@eth-optimism/contracts": patch
---
Updates the `yarn build` command to not error
yarn run build:typescript & yarn run build:contracts
yarn run build:typescript:ovm & yarn run build:contracts:ovm
#!/bin/bash
set -e
yarn run build:typescript&
yarn run build:contracts&
yarn run build:contracts:ovm&
wait
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment