build: switch from fnm to mise for node and pnpm management
Build and Test / build (push) Successful in 23s
Build and Test / release (push) Successful in 3s

This commit is contained in:
Lucas Oskorep
2026-09-07 15:28:22 -04:00
parent 00263f6b81
commit 02c66359d9
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ DOMAIN:="lucaso.io"
FULL_NAME:=NAME + "@" + DOMAIN
packages:
npx --yes corepack pnpm install
pnpm install
build: packages && build-schemas
rm -rf dist/*