fix(drone): pnpm cache folder path #2932

Merged
konrad merged 2 commits from dpschen/frontend:feature/fix-pnpm-cache-folder into main 2023-01-06 17:48:41 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 1ee8934087 - Show all commits

View File

@ -203,7 +203,7 @@ steps:
PNPM_CACHE_FOLDER: .cache/pnpm
commands:
- apk add git
- corepack enable && pnpm config set store-dir .cache/.pnpm
- corepack enable && pnpm config set store-dir .cache/pnpm
- pnpm install --fetch-timeout 100000 --frozen-lockfile
- pnpm run lint
- "echo '{\"VERSION\": \"'$(git describe --tags --always --abbrev=10 | sed 's/-/+/' | sed 's/^v//' | sed 's/-g/-/')'\"}' > src/version.json"