ci: fix build script

This commit is contained in:
三咲智子 Kevin Deng
2024-09-08 23:14:45 +08:00
parent 34f545ad8b
commit 8de3f20221

View File

@ -2,5 +2,5 @@
NODE_VERSION = "20"
[build]
command = "pnpm run build"
command = "pnpm run -r build"
publish = "packages/jsx-explorer/dist"