Skip to content

Commit 2c26498

Browse files
committed
Update netlify deployment
1 parent f41dd67 commit 2c26498

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

netlify.toml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
[build]
2-
publish = "storybook-static"
3-
command = "yarn build-docs"
2+
publish = "build"
3+
command = "yarn build"
44
[build.environment]
5-
NODE_VERSION = "8"
6-
YARN_VERSION = "1.12.3"
5+
NODE_VERSION = "10"
6+
YARN_VERSION = "1.17.3"
7+
8+
[context.docs]
9+
publish = "storybook-static"
10+
command = "yarn build-docs"```

0 commit comments

Comments
 (0)