From d76e964afc30b67774e7c7ed2c82c594f66c18d5 Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Sat, 2 Nov 2024 23:50:27 +0800 Subject: [PATCH] fix --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4bcf655e..118e6da2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,9 @@ jobs: else printf "\nOK: Distributions files have not been modified.\n"; fi - - name: Check + - name: Build + run: npm run build + - name: Check repo run: npm run check compiler: name: "Compiler (${{ matrix.os }}, node ${{ matrix.node_version }})"