Extract admin dashboard from ghabilee-frontend2 into a dedicated Next.js app for backoffice.ghabilee.ir (no SEO indexing / Clarity).
5 lines
47 B
Bash
Executable File
5 lines
47 B
Bash
Executable File
#!/usr/bin/env sh
|
|
set -e
|
|
|
|
pnpm precommit:check
|