Browse Source

Update pull-request.yml

Aykut Saraç 2 năm trước cách đây
mục cha
commit
786905ba79
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .github/workflows/pull-request.yml

+ 1 - 0
.github/workflows/pull-request.yml

@@ -21,5 +21,6 @@ jobs:
       with:
         node-version: ${{ matrix.node-version }}
         cache: 'npm'
+    - run: npm install
     - run: npm run lint
     - run: npm run build