mirror of
https://github.com/p-stream/simple-proxy.git
synced 2026-01-11 20:10:35 +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
|
||||
|
||||
- name: Run ESLint
|
||||
run: npm lint
|
||||
run: npm run lint
|
||||
|
||||
building:
|
||||
name: Build project
|
||||
|
|
@ -49,4 +49,4 @@ jobs:
|
|||
run: npm install
|
||||
|
||||
- name: Build Project
|
||||
run: npm build
|
||||
run: npm run build
|
||||
|
|
|
|||
Loading…
Reference in a new issue