Forráskód Böngészése

show module.paths

Yuki Takei 3 éve
szülő
commit
86d31efb56
1 módosított fájl, 3 hozzáadás és 0 törlés
  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: