chore: add Conductor setup/run scripts (#4788)

This commit is contained in:
DIYgod 2026-01-01 14:02:04 +08:00 committed by GitHub
parent b9159d938f
commit d92cb22de3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

6
conductor.json Normal file
View File

@ -0,0 +1,6 @@
{
"scripts": {
"setup": "pnpm i; cp $CONDUCTOR_ROOT_PATH/apps/desktop/.env.local apps/desktop/.env.local",
"run": "pnpm dev:web"
}
}

View File

@ -16,6 +16,7 @@
"build:web": "turbo run Folo#build:web",
"dedupe:locales": "eslint --fix locales/**",
"depcheck": "npx depcheck --quiet",
"dev:web": "turbo run @follow/web#dev @follow/ssr#dev",
"format": "prettier --write .",
"format:check": "prettier --check .",
"icons:sync": "tsx scripts/svg-to-rn.ts && prettier --write apps/mobile/src/icons/**/*.tsx && eslint --fix apps/mobile/src/icons/**/*.tsx",