Skip to content

Commit ad3e898

Browse files
committed
Build RTK so types are available
1 parent 72166d4 commit ad3e898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build]
22
base = "website"
33
publish = "build"
4-
command = "yarn run netlify-build && ls && cp _redirects ./build"
4+
command = "pushd ../packages/toolkit && yarn build && popd && yarn run netlify-build && ls && cp _redirects ./build"
55
ignore = "git diff --quiet HEAD^ HEAD docs website"
66

77
[build.environment]

0 commit comments

Comments
 (0)