Commit 8dfdb10
committed
fix: update command execution for cross-platform compatibility
- Modified the command execution in `build-package.ts` to use `cmd.exe` on Windows and `pnpm` on other platforms, ensuring proper invocation of the build process.
- Adjusted arguments for the spawn function to accommodate the changes in command structure, enhancing compatibility across different operating systems.1 parent a8e1af7 commit 8dfdb10
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
0 commit comments