소스 검색

Update pull-request.yml

Aykut Saraç 2 년 전
부모
커밋
786905ba79
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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