typescript-starter icon indicating copy to clipboard operation
typescript-starter copied to clipboard

pnpm support added & fixed a lot of bugs like build command

Open BaderBC opened this issue 1 year ago • 1 comments

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) Feature: I added pnpm tool support

Bug: I fix a lot of bugs like wrong types, build problems etc.

  • What is the current behavior? (You can also link to an open issue here) https://github.com/bitjson/typescript-starter/issues/272 (no pnpm support) moreover "npm run build" don't works

  • What is the new behavior (if this is a feature change)? you can use pnpm to create your project

  • Other information: I updated some packages to newer version

BaderBC avatar Mar 05 '23 22:03 BaderBC

@bitjson I fixed all errors, fixed scripts in package.json, added pnpm support and finally fixed all test, but still have no idea why your CI fails.

Could you do code review (optionally fix CI) and merge?

BaderBC avatar Mar 06 '23 20:03 BaderBC