Fix storybook deployments to Netlify (#2874)

This commit is contained in:
Opender Singh 2020-11-27 12:23:48 +13:00 committed by GitHub
parent c9173d39c6
commit d5dde51b85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,4 +3,3 @@
base = "packages/insomnia-components/"
command = "npm run convert-svg && npm run build-storybook"
ignore = "git diff --quiet HEAD^ HEAD ./"
environment = { NODE_ENV = "production" }