mirror of
https://github.com/sussy-code/sudo-proxy.git
synced 2026-04-24 10:12:53 +00:00
fix problems in ci
This commit is contained in:
parent
c2ae6432ae
commit
e6000b36f0
1 changed files with 2 additions and 2 deletions
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue