The problem was in the node-sass package which comes within jstransformer-scss. It had a problem with building on node@10 (related issue: https://github.com/sass/node-sass/issues/2345).
Instead of waiting for other packages, I just downgrade Node version to LTS one. Now it works well.
I fixed linter and debug the build on CI.
The problem was in the
node-sass
package which comes withinjstransformer-scss
. It had a problem with building on node@10 (related issue: https://github.com/sass/node-sass/issues/2345).Instead of waiting for other packages, I just downgrade Node version to LTS one. Now it works well.