Browse Source

show module.paths

Yuki Takei 3 years ago
parent
commit
86d31efb56
1 changed files with 3 additions and 0 deletions
  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: