From 432392b3015c91a7ccc83ef8a2fb6022a461d700 Mon Sep 17 00:00:00 2001 From: JayJay1024 Date: Tue, 19 Dec 2023 16:02:16 +0800 Subject: [PATCH] ci: fix ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31d72e4a0..0bdd1aa37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,5 +21,5 @@ jobs: - name: Build run: | - npm run build:apps - npm run build:apps:test + npm run build + npm run build:test