eclipse-thingweb / td-tools

Tooling for Thing Descriptions and Thing Models
https://thingweb.io
Other
3 stars 3 forks source link

Run prettier and ignore files #21

Closed danielpeintner closed 2 weeks ago

danielpeintner commented 2 weeks ago

Merging https://github.com/eclipse-thingweb/td-tools/pull/17 shows some issues with the prettier pipeline

  1. it currently fails, see https://github.com/eclipse-thingweb/td-tools/actions/runs/9513927001/job/26225024011
  2. running npm run format updates files that it shouln't (like package-lock.json) etc

I will provide a fix soon.