1
0
Fork 0
forked from Mirrors/gomuks

ci: maybe fix eslint step

This commit is contained in:
Tulir Asokan 2024-10-07 20:39:34 +03:00
parent 3a68ec73f2
commit 05ef27cef5
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -11,7 +11,7 @@ export default defineConfig({
}, },
"/_gomuks": { "/_gomuks": {
target: "http://localhost:29325", target: "http://localhost:29325",
} },
}, },
}, },
}) })