Mitsunee / fgo-timers

Fansite for the global version of Fate/Grand Order with Event Timers, info on future Upgrades, Interludes, Rank Ups, Login Exchange Tickets and Calculators
https://fgo.mitsunee.com
7 stars 1 forks source link

Docs and Build command need to be updated with pnpm commands #105

Closed Mitsunee closed 1 year ago

Mitsunee commented 1 year ago

Docs

Example:

https://github.com/Mitsunee/fgo-timers/blob/274e2f6efe5ddae04c7dafa07a96f56d55d1525e/docs/CONTRIBUTING.md?plain=1#L57-L61

Build command

Currently deployments still use yarn build. This should be replaced with pnpm build with pre-scripts enabled (.npmrc or simply &&?)

Update to pnpm v8

pnpm v8 uses a new lockfile version, Github Actions will need updating. Recommended upgrading dependencies in the same push as the lockfile version change doesn't cause vercel's deployment cache to invalidate correctly.