Skip to content

Commit

Permalink
Build RTK so types are available
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Dec 16, 2024
1 parent 72166d4 commit ad3e898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build]
base = "website"
publish = "build"
command = "yarn run netlify-build && ls && cp _redirects ./build"
command = "pushd ../packages/toolkit && yarn build && popd && yarn run netlify-build && ls && cp _redirects ./build"
ignore = "git diff --quiet HEAD^ HEAD docs website"

[build.environment]
Expand Down

0 comments on commit ad3e898

Please sign in to comment.