Skip to content

Commit 6f19993

Browse files
author
sw-yx
committedApr 28, 2019
fix toml
1 parent 4eba38a commit 6f19993

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# example netlify.toml
22
[build]
3-
command = "cd example && yarn build"
3+
command = "yarn link && cd example && yarn && yarn link react-netlify-identity-widget && yarn build"
44
functions = "functions"
5-
publish = "cd example/build"
5+
publish = "example/build"
66

77
## Uncomment to use this redirect for Single Page Applications like create-react-app.
88
## Not needed for static site generators.

0 commit comments

Comments
 (0)
Please sign in to comment.