From 1ff5876c4ee37318f4b6eb74da95fd774991aff2 Mon Sep 17 00:00:00 2001 From: erik1110 Date: Mon, 22 Jan 2024 16:57:50 +0800 Subject: [PATCH] [feat] update npm install --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 69bf8d2..6032a2e 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -28,7 +28,7 @@ jobs: - name: NPM install, build and test run: | - npm install + npm install --force npm run build --if-present npm run test --if-present env: