Vonage / vonage-cli

Vonage CLI tool.
Apache License 2.0
17 stars 13 forks source link

build: fixing typescript #90

Closed manchuck closed 1 year ago

manchuck commented 1 year ago

Typescript failed subsequent builds due to the build script for @vonage/cli-utils removing dist but not tsconfig.buildinfo. Since utils is a shared package, the composite flag must be true. Having that tells typescript to cache the build if no files have changed. Since the build was removing the dist folder, TS was not re-building. There is no need to clean the dist folder before building the packages