Closed alexrudd2 closed 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.
npm ci
npm build
Before:
After:
@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:
After: