mirror of
https://github.com/movie-web/simple-proxy.git
synced 2025-09-13 13:13:26 +00:00
fix problems in ci
This commit is contained in:
4
.github/workflows/linting.yml
vendored
4
.github/workflows/linting.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
|||||||
run: npm run prepare
|
run: npm run prepare
|
||||||
|
|
||||||
- name: Run ESLint
|
- name: Run ESLint
|
||||||
run: npm lint
|
run: npm run lint
|
||||||
|
|
||||||
building:
|
building:
|
||||||
name: Build project
|
name: Build project
|
||||||
@@ -49,4 +49,4 @@ jobs:
|
|||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
- name: Build Project
|
- name: Build Project
|
||||||
run: npm build
|
run: npm run build
|
||||||
|
Reference in New Issue
Block a user