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

Fixed readme build scripts #118

Merged
merged 1 commit into from
May 11, 2022
Merged

Conversation

raouldeheer
Copy link
Contributor

@raouldeheer raouldeheer commented May 11, 2022

fixes #117

tsc -w & tsc-alias -w

Doesn't seem to work. See #117
Updated script to:

concurrently \"tsc -w\" \"tsc-alias -w\"

Src: #117 (comment)

@raouldeheer
Copy link
Contributor Author

raouldeheer commented May 11, 2022

@justkey007 CI test failed because pnpm doesn't support node 12 anymore. Should I update the version to 14, 16 or 18? Or test a matrix of versions?

@justkey007 justkey007 marked this pull request as ready for review May 11, 2022 17:55
@justkey007 justkey007 merged commit 3d07953 into justkey007:master May 11, 2022
@raouldeheer raouldeheer deleted the patch-1 branch May 11, 2022 18:08
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.

Using resolveFullPaths with watch mode cause the transpiled file not to have .js extenstion
2 participants