Commit a122b68
committed
refactor: cleanup build workflow to production grade 🧹
- Removed temporary debug steps (ls -la) used for troubleshooting.
- Merged platform-specific build steps back into a single unified step.
- Removed Windows-specific shell hacks (relying on package.json config).
- Simplified environment configuration.
The workflow is now clean, minimal, and fully relies on the corrected
package.json configuration for cross-platform builds.1 parent 375554b commit a122b68
1 file changed
Lines changed: 1 addition & 35 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
| 70 | + | |
86 | 71 | | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | 72 | | |
97 | 73 | | |
98 | 74 | | |
99 | 75 | | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | 76 | | |
111 | 77 | | |
112 | 78 | | |
| |||
0 commit comments