How to compile sass in a Hugo project in netlify build

I am trying to deploy a hugo website to netlify. There is just one build step apart from running hugo command and that is running sass to compile all scss files to css files. Can anyone guide me in the right direction/resource?

I tried running both the commands in a single build command like this:
sass static/sass/app.scss:static/css/app.css --style compressed && hugo

However, I get this error:
command sass not found

I am using Ubuntu 16 builder image. Any help will be highly appreciated.

Hiya @HeyItsJs,

As far as I’m aware, Hugo Pipes runs with the Xenial 16.04 image inherently. Maybe this guide will give you some pointers!