sass / embedded-host-node

A Node.js library that will communicate with Embedded Dart Sass using the Embedded Sass protocol
MIT License
143 stars 26 forks source link

Fix release CI #303

Closed ntkme closed 3 months ago

ntkme commented 3 months ago

@jathak This PR should fix the failed release. It was failing because getDeprecations was only called in init.ts, but release CI does not use init.ts.