Skip to content

Commit

Permalink
Update netlify build command
Browse files Browse the repository at this point in the history
  • Loading branch information
omckeon committed Sep 12, 2024
1 parent 62d3f79 commit e817a0a
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,5 +1,5 @@
# example netlify.toml
[build]
command = "npm run generate-mdx && npm run build"
command = "npm run generate-mdx && npm run generate-usage-examples-pages && npm run build"
functions = "netlify/functions"
publish = "dist"

0 comments on commit e817a0a

Please sign in to comment.