mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
chore(mise): add task install-workspace-toolkit
This commit is contained in:
@@ -119,6 +119,10 @@ run = "cd packages/cli && npm install -g"
|
||||
description = "Install socktainer"
|
||||
run = "brew tap socktainer/tap && brew install socktainer"
|
||||
|
||||
[tasks.install-workspace-toolkit]
|
||||
description = "Install workspace toolkit"
|
||||
run = "cd docker/toolkit && ./install.sh"
|
||||
|
||||
[tasks.lint]
|
||||
description = "Run all linters"
|
||||
depends = [
|
||||
@@ -152,6 +156,7 @@ run = "pnpm lint:fix"
|
||||
[tasks.setup]
|
||||
description = "Setup development environment"
|
||||
depends = [
|
||||
"//:install-workspace-toolkit",
|
||||
"//:sqlc-generate",
|
||||
"//:pnpm-install",
|
||||
"//:go-install",
|
||||
|
||||
Reference in New Issue
Block a user