[tasks.install] run = "pnpm install --filter github --frozen-lockfile" [tasks.format] env._.path = "./node_modules/.bin" run = "prettier --check ." [tasks."format-fix"] env._.path = "./node_modules/.bin" run = "prettier --write ."