diff --git a/.github/workflows/assembly-production-deployment-automation.yml b/.github/workflows/assembly-production-deployment-automation.yml index 22ef5b6..38b29bd 100644 --- a/.github/workflows/assembly-production-deployment-automation.yml +++ b/.github/workflows/assembly-production-deployment-automation.yml @@ -21,7 +21,7 @@ jobs: cd ${{ secrets.REMOTE_TARGET }} && \ git reset --hard && git clean -df && \ git pull && \ - npm i && \ - npm run build --if-present && \ - npm run generate --if-present && \ + yarn install && \ + yarn build --if-present && \ + yarn generate --if-present && \ pm2 restart assembly --update-env