Skip to content

Conversation

@JohT
Copy link
Owner

@JohT JohT commented Dec 1, 2024

🚀 Feature

  • Install Typescript project dependencies explicitly. Now, npm install or pnpm install,... aren't executed within the downloadTypescriptProject script anymore. It needs to be done separately. This makes it possible to only download the project and let the pnpm GitHub action extract the compatible pnpm version to download by reading the packageManager property inside the package.json file. Additionally, the code is now simpler since not every package manager and command line option constellation needs to be addressed in a script. To still have a nice "getting started" experience, the installation is built into the example scripts.

@JohT JohT self-assigned this Dec 1, 2024
@JohT JohT force-pushed the feature/separate-install-oftypescript-project-dependencies branch 3 times, most recently from 22e5afd to 9c83a74 Compare December 2, 2024 07:22
@JohT JohT force-pushed the feature/separate-install-oftypescript-project-dependencies branch from 9c83a74 to 0eaedb7 Compare December 2, 2024 08:12
@JohT JohT marked this pull request as ready for review December 2, 2024 08:22
@JohT JohT merged commit 2d1ee16 into main Dec 2, 2024
4 checks passed
@JohT JohT deleted the feature/separate-install-oftypescript-project-dependencies branch December 2, 2024 13:17
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