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.)
Installs the packed
css-typed
package from CI Build into a sandbox for the pipeline tests and switches to usingnpx css-typed
. This uses the actualbin
entry point instead of emulating it withnode 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.)