mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
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
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import {defineConfig} from "vite"
|
import { defineConfig } from "vite"
|
||||||
import react from "@vitejs/plugin-react-swc"
|
import react from "@vitejs/plugin-react-swc"
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
|
@ -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