Parcourir la source

refactor🎨: 更新ci

zhangwenjian il y a 2 ans
Parent
commit
0412ce885c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/build.yml

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

@@ -15,7 +15,7 @@ jobs:
         uses: actions/checkout@v3
       
       - name: install
-        run: npm install
+        run: yarn
 
       - name: Build
         run: npm run build:prod