From a8e6686a3c3570d613d6f9760b32d505eb9ec535 Mon Sep 17 00:00:00 2001 From: Oleh Zhmaiev Date: Mon, 16 Oct 2023 08:52:23 +0200 Subject: [PATCH] [ci] we have to build packages before test them since we rely on package.exports property --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7bfdb42..ed2433e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,6 +17,6 @@ jobs: with: node-version-file: 'package.json' - run: npm ci - # - run: npm run check --ws - - run: npm run test --ws - run: npm run build --ws + - run: npm run check --ws + - run: npm run test --ws