nornagon / saxi

Tools & library for driving the AxiDraw pen plotter
GNU Affero General Public License v3.0
472 stars 55 forks source link

Speed up CI by avoiding double compile #169

Closed alexrudd2 closed 1 year ago

alexrudd2 commented 1 year ago

@nornagon I recommend looking at this PR first. :)

Since npm ci already compiles the project, npm build is redundant. Dropping it saves ~30s, a 33% speedup.

Before: Screenshot 2023-07-12 at 3 40 58 PM

After: Screenshot 2023-07-12 at 3 41 15 PM