mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
7 lines
229 B
TOML
7 lines
229 B
TOML
[build]
|
|
publish = "storybook-static"
|
|
base = "packages/insomnia-components/"
|
|
command = "npm run convert-svg && npm run build-storybook"
|
|
ignore = "git diff --quiet HEAD^ HEAD ./"
|
|
environment = { NODE_ENV = "production" }
|