Yuki Takei 3 лет назад
Родитель
Сommit
86d31efb56
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      .github/workflows/reusable-app-prod.yml

+ 3 - 0
.github/workflows/reusable-app-prod.yml

@@ -58,6 +58,9 @@ jobs:
       run: |
         yarn --frozen-lockfile
 
+    - run: |
+        node -p "module.paths"
+
     - name: Restore dist
       uses: actions/cache/restore@v3
       with: