prettier --check "src/**/*.ts" "test/**/*.ts" "package.json" "package-lock.json"
eslint "{src,apps,libs,test}/**/*.ts"
pnpm run test
