Timothy Jaeryang Baek 2 months ago
parent
commit
44a23a5c99
1 changed files with 1 additions and 1 deletions
  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