Files
mutiny-web/justfile
Alejandro Pedraza 27cf1a5109 Add Spanish
¡Hola!

I didn't use any automated tool nor AI, so this should be good quality :)

I also made the shebang in the i18n recipe more generic (wasn't working
on NixOS).
2024-02-26 22:28:33 +00:00

27 lines
516 B
Makefile

set dotenv-load := false
dev:
pnpm run dev
pre:
pnpm run pre-commit
i18n LANG:
#!/usr/bin/env bash
pnpm eslint-path "./src/i18n/{{LANG}}/translations.ts" --rule "{internal-rules/check-i18n-keys: warn}"
local:
pnpm install && pnpm link --global "@mutinywallet/mutiny-wasm"
remote:
pnpm unlink --filter "@mutinywallet/mutiny-wasm" && pnpm install
native:
pnpm install && pnpm build && npx cap sync
test:
pnpm exec playwright test
test-ui:
pnpm exec playwright test --ui