build: switch from fnm to mise for node and pnpm management

This commit is contained in:
Lucas Oskorep
2026-09-07 15:28:18 -04:00
parent d4b31fd2fd
commit 006f10a675
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/*