Skip to content

Commit 8de3f20

Browse files
committed
ci: fix build script
1 parent 34f545a commit 8de3f20

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
@@ -2,5 +2,5 @@
22
NODE_VERSION = "20"
33

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

0 commit comments

Comments
 (0)