insomnia/netlify.toml
Opender Singh fc934698ed
Fix webpack file watching, remove styled-components from insomnia-components bundle (#2497)
* Reinstall webpack...

* Reinstall webpack...

* set styled-components as an external

* Remove script
2020-08-11 07:12:53 +12:00

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" }