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
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install --dev --legacy-peer-deps
|
||||
run: npm ci --include=dev --legacy-peer-deps
|
||||
|
||||
- name: Run ESLint
|
||||
run: eslint ./src
|
||||
run: npm run lint
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import {defineConfig} from "vite"
|
||||
import { defineConfig } from "vite"
|
||||
import react from "@vitejs/plugin-react-swc"
|
||||
|
||||
export default defineConfig({
|
||||
|
@ -11,7 +11,7 @@ export default defineConfig({
|
|||
},
|
||||
"/_gomuks": {
|
||||
target: "http://localhost:29325",
|
||||
}
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue