Skip to content

chore: run typescript build as part of typecheck, not normal build#7855

Merged
SimenB merged 3 commits intojestjs:masterfrom
SimenB:ts-build
Feb 13, 2019
Merged

chore: run typescript build as part of typecheck, not normal build#7855
SimenB merged 3 commits intojestjs:masterfrom
SimenB:ts-build

Conversation

@SimenB
Copy link
Copy Markdown
Member

@SimenB SimenB commented Feb 11, 2019

Summary

That way type errors will not block unit tests from running

Test plan

Green CI

Comment thread package.json
Comment thread scripts/typeScriptBuild.js Outdated
fs.existsSync(path.resolve(p, 'tsconfig.json'))
);

execa.sync('tsc', ['-b', ...packageWithTs, ...process.argv.slice(2)], {
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Makes node scripts/typeScriptBuild.js --watch work

@SimenB SimenB requested a review from rubennorte February 11, 2019 02:37
Copy link
Copy Markdown
Contributor

@thymikee thymikee left a comment

Choose a reason for hiding this comment

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

Great!

Comment thread package.json Outdated
Comment thread scripts/typeScriptBuild.js Outdated
@SimenB
Copy link
Copy Markdown
Member Author

SimenB commented Feb 13, 2019

Ok, ended up adding build:ts which builds type definitions. Also added prebuild: build:ts, so it triggers automatically before build. Also added watch:ts which runs tsc in watch mode

@github-actions
Copy link
Copy Markdown

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators May 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants