mirror of
https://github.com/moghtech/komodo.git
synced 2025-12-05 19:17:36 -06:00
update runfile
This commit is contained in:
12
runfile.toml
12
runfile.toml
@@ -45,10 +45,15 @@ path = "frontend"
|
||||
cmd = "yarn build"
|
||||
after = "gen-client"
|
||||
|
||||
[publish-typescript]
|
||||
[publish-ts-client]
|
||||
path = "client/core/ts"
|
||||
cmd = "npm publish"
|
||||
|
||||
[publish-docsite]
|
||||
description = "publishes the documentation site (https://komo.do) to github pages"
|
||||
path = "docsite"
|
||||
cmd = "yarn && yarn deploy"
|
||||
|
||||
[dev-compose]
|
||||
description = "deploys dev.compose.yaml"
|
||||
cmd = """
|
||||
@@ -66,11 +71,6 @@ description = "builds and deploys dev.compose.yaml"
|
||||
cmd = """
|
||||
docker compose -p komodo-dev -f dev.compose.yaml build"""
|
||||
|
||||
[deploy-docsite]
|
||||
description = "deploys the documentation site (https://komo.do) to github pages"
|
||||
path = "docsite"
|
||||
cmd = "yarn && yarn deploy"
|
||||
|
||||
[dev-rustdoc]
|
||||
description = "starts the rustdoc site (https://docs.rs/komodo_client/latest/komodo_client/) in dev mode"
|
||||
cmd = "cargo doc --no-deps -p komodo_client && http-server -p 8050 target/doc"
|
||||
|
||||
Reference in New Issue
Block a user