Jelajahi Sumber

chore: use npm to run ci

chenshuai2144 4 tahun lalu
induk
melakukan
cf6eab726e
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -16,7 +16,7 @@ jobs:
         with:
           node-version: ${{ matrix.node_version }}
       - run: echo ${{github.ref}}
-      - run: npm
+      - run: npm install
       - run: yarn run lint
       - run: yarn run tsc
       - run: yarn run build