CI/CD
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user