mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
Fix netlify/storybook deployment issues (#2572)
This commit is contained in:
parent
99c47fc1e7
commit
225ecf3da4
@ -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" }
|
||||||
|
1
packages/insomnia-components/.nvmrc
Normal file
1
packages/insomnia-components/.nvmrc
Normal file
@ -0,0 +1 @@
|
|||||||
|
12.18.3
|
Loading…
Reference in New Issue
Block a user