Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI by run Typescript compiler using npx #487

Merged
merged 3 commits into from
Mar 19, 2024

Conversation

webwarrior-ws
Copy link
Contributor

@webwarrior-ws webwarrior-ws commented Mar 18, 2024

Run typescript using npx tsc command as that will use typescript version specified in package.json file. This ensures that breaking changes in TS compiler will not break the build.

Also use npx tsc instead of tsc in "scripts" section of package.json.

Run typescript using `npx tsc` command as that will use
typescript version specified in package.json file. This
ensures that breaking changes in TS compiler will not
break the build.
@webwarrior-ws webwarrior-ws changed the title Fix CI by using Typescript v5.3.3 Fix CI by run Typescript compiler using npx Mar 19, 2024
Use `npx tsc` instead of `tsc` in "scripts" section of
`package.json` so that Typescript version specified in the
file is used.
Copy link
Member

@grunch grunch left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for this contribution 🤖

@grunch grunch merged commit e380e57 into lnp2pBot:main Mar 19, 2024
4 checks passed
@grunch
Copy link
Member

grunch commented Apr 12, 2024

Hi @webwarrior-ws I'm getting a CI failing test after this PR was merged, any ideas how to fix it?

image

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.

2 participants