This commit is contained in:
2026-03-20 23:51:38 +03:30
parent 40c2a3087f
commit 0b50349120
-3
View File
@@ -62,16 +62,13 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
cd Frontend
npm install --registry=https://package-mirror.liara.ir/repository/npm/ npm install --registry=https://package-mirror.liara.ir/repository/npm/
- name: Build project - name: Build project
run: | run: |
cd Frontend
npm run build --if-present npm run build --if-present
- name: Run Lint - name: Run Lint
run: | run: |
cd Frontend
npm run lint --if-present npm run lint --if-present