This commit is contained in:
2026-03-20 23:48:29 +03:30
parent ddd87a9688
commit 40c2a3087f
+8 -3
View File
@@ -55,18 +55,23 @@ jobs:
npm config set fetch-retries 5
npm config set fetch-retry-mintimeout 20000
- name: Test
run: |
ls
pwd
- name: Install dependencies
run: |
cd frontend
cd Frontend
npm install --registry=https://package-mirror.liara.ir/repository/npm/
- name: Build project
run: |
cd frontend
cd Frontend
npm run build --if-present
- name: Run Lint
run: |
cd frontend
cd Frontend
npm run lint --if-present