Rebuild node-sass before using it

It avoids an error for x86 win32 builds on x64 platforms:
`Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 6.x`

Change-type: patch
This commit is contained in:
Alexis Svinartchouk 2019-02-04 19:13:51 +01:00
parent d65dc6ccac
commit 6d79a8e23a

View File

@ -181,6 +181,7 @@ webpack:
.PHONY: $(TARGETS)
sass:
npm rebuild node-sass
node-sass lib/gui/app/scss/main.scss > lib/gui/css/main.css
lint-js: