CI/CD
This commit is contained in:
@@ -59,19 +59,16 @@ jobs:
|
||||
run: |
|
||||
ls
|
||||
pwd
|
||||
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
cd Frontend
|
||||
npm install --registry=https://package-mirror.liara.ir/repository/npm/
|
||||
|
||||
- name: Build project
|
||||
run: |
|
||||
cd Frontend
|
||||
npm run build --if-present
|
||||
|
||||
- name: Run Lint
|
||||
run: |
|
||||
cd Frontend
|
||||
npm run lint --if-present
|
||||
|
||||
|
||||
Reference in New Issue
Block a user