소스 검색

show module.paths

Yuki Takei 3 년 전
부모
커밋
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: