mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-21 14:47:46 -04:00
* Reinstall webpack... * Reinstall webpack... * set styled-components as an external * Remove script
7 lines
256 B
TOML
7 lines
256 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 packages/insomnia-components/"
|
|
environment = { NODE_ENV = "production" }
|