Skip to content

build: simplify and put timers into the bootstrap script#2565

Merged
matyasf merged 1 commit into
masterfrom
use_tsgo
Jun 5, 2026
Merged

build: simplify and put timers into the bootstrap script#2565
matyasf merged 1 commit into
masterfrom
use_tsgo

Conversation

@matyasf
Copy link
Copy Markdown
Collaborator

@matyasf matyasf commented May 27, 2026

Also simplify and put timers into the bootstrap script.

To test:

  • run bootstrap, check that the times are roughly accurate
  • all CI should be green
  • docs app should work

@matyasf matyasf self-assigned this May 27, 2026
Comment thread scripts/bootstrap.js
Comment on lines -32 to -37
try {
execSync(
'pnpm --filter @instructure/ui-scripts update @instructure/instructure-design-tokens',
opts
)
} catch (error) {
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these try..catch blocks were not needed, this script exits already if there is an error

Comment thread scripts/bootstrap.js Fixed
@matyasf matyasf requested review from ToMESSKa and joyenjoyer May 27, 2026 15:10
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 27, 2026

PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-06-05 09:25 UTC

Comment thread scripts/bootstrap.js
}
}
mark('Deleting build artifacts')
execSync(path.resolve('scripts/clean.js'), opts)
@matyasf matyasf requested a review from balzss June 1, 2026 12:16
@matyasf matyasf force-pushed the use_tsgo branch 2 times, most recently from f2dbd9e to 63a401c Compare June 5, 2026 09:11
@matyasf matyasf changed the title build: use TSGo (TS 7.0 dev) to speed up building types build: simplify and put timers into the bootstrap script Jun 5, 2026
github-actions Bot pushed a commit that referenced this pull request Jun 5, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 5, 2026

Visual regression report

No changes.

Status Count
Unchanged 32
Changed 0
New 0
Removed 0

📊 View full report

Baselines come from the visual-baselines branch. They refresh on every merge to master.

@matyasf matyasf merged commit 5c2af9d into master Jun 5, 2026
10 checks passed
@matyasf matyasf deleted the use_tsgo branch June 5, 2026 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants