Css not work on production

i have make a few changes in some scss files…But when i commited to the server my css wont work…i run yarn install - yarn watch - yarn run…When i run this commands local its creates me a dist folder an my changes is in there…but when i do it in production it doesnt…What did i miss? (Sorry for my english)

Have you tried any of the available build commands? None of the one’s you’ve listed are for Sage.

Also, how are you deploying the dist folder? Using Git as a standalone deployment method will not work by default since Sage has dist in it’s .gitignore, but did you remove it?