feat: possible fix for pnpm ci errors #2413

Merged
konrad merged 3 commits from dpschen/frontend:feature/possible-pnpn-fix into main 2022-09-27 15:37:26 +00:00
Member
No description provided.
dpschen requested review from konrad 2022-09-24 16:35:23 +00:00
konrad was assigned by dpschen 2022-09-24 16:35:27 +00:00
dpschen changed title from WIP: feat: possible fix for pnpm ci errors to feat: possible fix for pnpm ci errors 2022-09-26 11:41:06 +00:00
konrad reviewed 2022-09-26 12:12:35 +00:00
.drone.yml Outdated
@ -47,3 +47,3 @@
CYPRESS_CACHE_FOLDER: .cache/cypress
commands:
- corepack enable && corepack prepare pnpm@7.9.3 --activate && pnpm config set store-dir .cache/pnpm
- corepack enable && corepack prepare pnpm@7.12.2 --activate && pnpm config set store-dir .cache/pnpm

Do we need to change this every time a new pnpm version is released?

Do we need to change this every time a new pnpm version is released?
Author
Member

The corepack prepare might not be necessary after all: https://pnpm.io/installation#using-corepack
I removed it. Let's see if that works.
If I understand it correctly it should then use the version defined in package.json.

The corepack prepare might not be necessary after all: https://pnpm.io/installation#using-corepack I removed it. Let's see if that works. If I understand it correctly it should then use the version defined in `package.json`.
Author
Member

Seems to work.

Seems to work.
dpschen marked this conversation as resolved
Member

Hi dpschen!

Thank you for creating a PR!

I've deployed the changes of this PR on a preview environment under this URL: https://2413-feature-possible-pnpn-fix--vikunja-frontend-preview.netlify.app

You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/.

Have a nice day!

Beep boop, I'm a bot.

Hi dpschen! Thank you for creating a PR! I've deployed the changes of this PR on a preview environment under this URL: https://2413-feature-possible-pnpn-fix--vikunja-frontend-preview.netlify.app You can use this url to view the changes live and test them out. You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/. Have a nice day! > Beep boop, I'm a bot.
dpschen force-pushed feature/possible-pnpn-fix from b926d8670b to a199fc7a8e 2022-09-27 09:25:37 +00:00 Compare
Author
Member

I think you need to sign this again, since I had to rebase to include the http => https change.

I think you need to sign this again, since I had to rebase to include the http => https change.
konrad added 1 commit 2022-09-27 15:20:55 +00:00
continuous-integration/drone/pr Build is passing Details
f4a5f59400
chore(ci): sign drone config
konrad approved these changes 2022-09-27 15:21:19 +00:00
konrad scheduled this pull request to auto merge when all checks succeed 2022-09-27 15:21:43 +00:00
konrad merged commit bc833091f2 into main 2022-09-27 15:37:26 +00:00
konrad deleted branch feature/possible-pnpn-fix 2022-09-27 15:38:46 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.