Timothy Jaeryang Baek 2 月之前
父节点
当前提交
44a23a5c99
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/format-build-frontend.yaml

+ 1 - 1
.github/workflows/format-build-frontend.yaml

@@ -32,7 +32,7 @@ jobs:
           node-version: '22'
 
       - name: Install Dependencies
-        run: npm install
+        run: npm install --force
 
       - name: Format Frontend
         run: npm run format