From b881c10df0bfccbd58f11b2a8fc2aaa82ac0b692 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Exbrayat?= Date: Fri, 14 Oct 2022 11:18:06 +0200 Subject: [PATCH] chore: remove build step on ci The build is now done in the `install` step, as we have a `prepare` script --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a6e817dd..b665a8fe5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,6 @@ jobs: - run: pnpm install - run: pnpm run lint - run: pnpm run test:coverage - - run: pnpm run build env: CI: true - run: pnpm run test:build