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: missing dist on npm package #119

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kenjihikmatullah
Copy link

Fix #116

Currently, incremental compilation is enabled on our project. While it can speeds up builds by reusing information from previous compilations, it may leads to build issues. Like in our case, after we execute shx rm -rf dist/* , tsc -p tsconfig.build.json does not result anything since it does not detect any TS file changes.

One solution is to remove generated tsbuildinfo like what this PR does. If this is not a good solution, this second solution might be the choice: Disabling composite and incremental option

Any feedbacks are welcome @jjangga0214

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error when installing hasura-cli
1 participant