connorjs / css-typed

TypeScript declaration generator for CSS files
https://npmjs.com/package/css-typed
MIT License
4 stars 1 forks source link

♻️ Run bin for pipeline tests #34

Closed connorjs closed 3 months ago

connorjs commented 3 months ago

Installs the packed css-typed package from CI Build into a sandbox for the pipeline tests and switches to using npx css-typed. This uses the actual bin entry point instead of emulating it with node dist/main.js.

In addition to matching the real world use case better, this ensures that we do not break the bin configuration again. (We broke in 0.5.0 release.)