HelheimLabs / autochessia

Fully on-chain auto chess, built with MUD
https://dev.autochessia.xyz
GNU Affero General Public License v3.0
21 stars 14 forks source link

feat: new black ui #105

Closed aLIEzsss4 closed 1 year ago

github-actions[bot] commented 1 year ago

Deploy preview for vercel-autochessia ready!

✅ Preview https://vercel-autochessia-mapidzdl4-aliez.vercel.app

Built with commit b81ddbf70b1a188b7d99bc56dec78494a2d2ce32. This pull request is being automatically deployed with vercel-action

noyyyy commented 1 year ago

Also, this branch has some commits that have been merged into the develop branch. You should checkout from latest develop branch next time.

image

aLIEzsss4 commented 1 year ago

Remove pnpm-lock.yaml change.

Is it possible to ignore the lock file and have it generated automatically through Git hooks, CI pipelines, or the pnpm generate-lockfile command?

noyyyy commented 1 year ago

Remove pnpm-lock.yaml change.

Is it possible to ignore the lock file and have it generated automatically through Git hooks, CI pipelines, or the pnpm generate-lockfile command?

pnpm-lock.yaml

Not necessary. pnpm-lock.yaml is generate locally when you add new packages. Just use https to finish git clone and check your local settings.