1
0
Timothy Jaeryang Baek 2 сар өмнө
parent
commit
44a23a5c99

+ 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