forked from Mirrors/gomuks
ci: maybe fix eslint step
This commit is contained in:
parent
3a68ec73f2
commit
05ef27cef5
2 changed files with 4 additions and 4 deletions
4
.github/workflows/js.yml
vendored
4
.github/workflows/js.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install --dev --legacy-peer-deps
|
run: npm ci --include=dev --legacy-peer-deps
|
||||||
|
|
||||||
- name: Run ESLint
|
- name: Run ESLint
|
||||||
run: eslint ./src
|
run: npm run lint
|
||||||
|
|
|
@ -11,7 +11,7 @@ export default defineConfig({
|
||||||
},
|
},
|
||||||
"/_gomuks": {
|
"/_gomuks": {
|
||||||
target: "http://localhost:29325",
|
target: "http://localhost:29325",
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue