ci/cd
Some checks failed
Deploy / build-and-deploy (push) Failing after 1m30s

This commit is contained in:
Никита Круглицкий 2025-09-25 23:46:46 +06:00
parent f736334e67
commit 0b05e6c13d

View File

@ -22,5 +22,6 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
npm install -g yarn
yarn install yarn install
yarn build yarn build