Fix netlify/storybook deployment issues (#2572)

This commit is contained in:
Opender Singh 2020-08-31 21:58:54 +12:00 committed by GitHub
parent 99c47fc1e7
commit 225ecf3da4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -0,0 +1 @@
12.18.3