mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
fc934698ed
* 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" }
|