Skip to content

Commit

Permalink
ci: fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Sep 8, 2024
1 parent 34f545a commit 8de3f20
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
Expand Up @@ -2,5 +2,5 @@
NODE_VERSION = "20"

[build]
command = "pnpm run build"
command = "pnpm run -r build"
publish = "packages/jsx-explorer/dist"

0 comments on commit 8de3f20

Please sign in to comment.