comunica / comunica-feature-link-traversal

📬 Comunica packages for link traversal-based query execution
Other
8 stars 11 forks source link

adding a clean typescript #94

Closed constraintAutomaton closed 1 year ago

constraintAutomaton commented 1 year ago

When changing branches there is compilation error due to typescript artifact. I think that the clean command should clean everything that is not the source code. But there is an inconvenient in that the clean command should be run before changing branch, because typescript clean doesn't deleted artifact without source code.

rubensworks commented 1 year ago

Thanks! Very useful indeed. Didn't know about the --clean option.