diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 367ba5e..a109a87 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -43,7 +43,7 @@ jobs: with: node-version: 22 cache: "pnpm" - cache-dependency-path: frontend/pnpm-lock.yaml + cache-dependency-path: pnpm-lock.yaml - name: Install dependencies run: pnpm install --frozen-lockfile diff --git a/.vscode/settings.json b/.vscode/settings.json index 6e28b78..d351dad 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,8 @@ { "editor.formatOnSave": true, + "editor.codeActionsOnSave": { + "source.organizeImports": "explicit" + }, "[svelte]": { "editor.tabSize": 2, "editor.insertSpaces": false,