瀏覽代碼

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: