chore: add Conductor setup/run scripts (#4788)
This commit is contained in:
parent
b9159d938f
commit
d92cb22de3
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"scripts": {
|
||||||
|
"setup": "pnpm i; cp $CONDUCTOR_ROOT_PATH/apps/desktop/.env.local apps/desktop/.env.local",
|
||||||
|
"run": "pnpm dev:web"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -16,6 +16,7 @@
|
||||||
"build:web": "turbo run Folo#build:web",
|
"build:web": "turbo run Folo#build:web",
|
||||||
"dedupe:locales": "eslint --fix locales/**",
|
"dedupe:locales": "eslint --fix locales/**",
|
||||||
"depcheck": "npx depcheck --quiet",
|
"depcheck": "npx depcheck --quiet",
|
||||||
|
"dev:web": "turbo run @follow/web#dev @follow/ssr#dev",
|
||||||
"format": "prettier --write .",
|
"format": "prettier --write .",
|
||||||
"format:check": "prettier --check .",
|
"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",
|
"icons:sync": "tsx scripts/svg-to-rn.ts && prettier --write apps/mobile/src/icons/**/*.tsx && eslint --fix apps/mobile/src/icons/**/*.tsx",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue