Skip to content

Commit ea01fc9

Browse files
authored
Change build command to 'yarn build'
1 parent c5a4a54 commit ea01fc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[build]
22
base = "docs"
33
publish = "build"
4-
command = "echo 'hello'; exit 0;"
4+
command = "yarn build"
55
ignore = "node ignore_build.mjs"
6-
6+
77
[[redirects]]
88
from = "/*"
99
to = "https://docs.rwsdk.com"

0 commit comments

Comments
 (0)