Browse Source

Add yargs before 'Determine spec expression'

Taichi Masuyama 3 năm trước cách đây
mục cha
commit
b4541fcf81
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      .github/workflows/reusable-app-prod.yml

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

@@ -237,6 +237,10 @@ jobs:
       run: |
         npx lerna bootstrap -- --production
 
+    - name: lerna add packages needed for CI
+      run: |
+        npx lerna add yargs
+
     - name: Download production files artifact
       uses: actions/download-artifact@v3
       with: