mirror of
https://github.com/LukeHagar/openapi-definition-generator.git
synced 2025-12-06 04:20:23 +00:00
13 lines
133 B
TOML
13 lines
133 B
TOML
[phases.install]
|
|
cmds = [
|
|
"yarn install --frozen-lockfile"
|
|
]
|
|
|
|
[phases.build]
|
|
cmds = [
|
|
"yarn build"
|
|
]
|
|
|
|
[start]
|
|
cmd = "yarn start"
|