From e4b9e285d0cc61c57f0d807350fc75a7f9970522 Mon Sep 17 00:00:00 2001 From: katspaugh <381895+katspaugh@users.noreply.github.com> Date: Fri, 28 Jan 2022 10:49:59 +0100 Subject: [PATCH] Restore --stream --- .github/workflows/test.yml | 2 +- package.json | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a94eae732..cf5e13afc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: yarn cache clean - name: Build - run: yarn build:ci + run: yarn build - name: Test run: yarn test diff --git a/package.json b/package.json index 6a2b14626..67a699d9b 100644 --- a/package.json +++ b/package.json @@ -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" },