We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eba38a commit 6f19993Copy full SHA for 6f19993
netlify.toml
@@ -1,8 +1,8 @@
1
# example netlify.toml
2
[build]
3
- command = "cd example && yarn build"
+ command = "yarn link && cd example && yarn && yarn link react-netlify-identity-widget && yarn build"
4
functions = "functions"
5
- publish = "cd example/build"
+ publish = "example/build"
6
7
## Uncomment to use this redirect for Single Page Applications like create-react-app.
8
## Not needed for static site generators.
0 commit comments