Skip to content

build: use TSGo (TS 7.0 dev) to speed up building types#2565

Open
matyasf wants to merge 1 commit into
masterfrom
use_tsgo
Open

build: use TSGo (TS 7.0 dev) to speed up building types#2565
matyasf wants to merge 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

QR code for preview link

🚀 View preview at
https://instructure.design/pr-preview/pr-2565/

Built to branch gh-pages at 2026-05-29 12:07 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

Comment thread scripts/bootstrap.js
}
}
mark('Deleting build artifacts')
execSync(path.resolve('scripts/clean.js'), opts)
Also simplify and put timers into the bootstrap
script
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