Skip to content

Commit

Permalink
Restore --stream
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Jan 28, 2022
1 parent 7987b7e commit e4b9e28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
yarn cache clean
- name: Build
run: yarn build:ci
run: yarn build

- name: Test
run: yarn test
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"clean": "lerna clean",
"unbuild": "lerna run unbuild",
"build": "lerna run build --stream --npm-client=yarn",
"build:ci": "lerna run build --npm-client=yarn",
"test": "FORCE_COLOR=1 lerna run test --stream --npm-client=yarn",
"test:ci": "FORCE_COLOR=1 lerna run test:ci --stream --npm-client=yarn",
"format": "lerna run format --npm-client=yarn",
"postinstall": "cd packages/safe-ethers-lib; hardhat compile"
},
Expand Down

0 comments on commit e4b9e28

Please sign in to comment.