Skip to content

Commit 964b3ae

Browse files
author
sw-yx
committed
fix build
1 parent 8b08361 commit 964b3ae

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

example/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"react-app-polyfill": "^1.0.1",
1313
"react-netlify-identity": "latest",
1414
"react": "latest",
15-
"react-dom": "latest",
16-
"typescript": "3.4.5"
15+
"react-dom": "latest"
1716
},
1817
"devDependencies": {
1918
"@types/reach__router": "^1.2.4",

netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[build]
33
command = "cd example && yarn && SKIP_PREFLIGHT_CHECK=true yarn build"
44
functions = "example/functions"
5-
publish = "example/build"
5+
publish = "example/dist"
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)