Skip to content

Conversation

@SimenB
Copy link
Member

@SimenB SimenB commented Feb 11, 2019

Summary

That way type errors will not block unit tests from running

Test plan

Green CI

fs.existsSync(path.resolve(p, 'tsconfig.json'))
);

execa.sync('tsc', ['-b', ...packageWithTs, ...process.argv.slice(2)], {
Copy link
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
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!

@SimenB
Copy link
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

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