Yuki Takei 6 anni fa
parent
commit
0be2acb032
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -139,7 +139,7 @@ jobs:
     - name: yarn build:prod:analyze
       run: |
         yarn build:prod:analyze
-    - name: shrink dependencies for production
+    - name: Shrink dependencies for production
       run: |
         yarn install --production
     - name: yarn server:prod:ci