From 3f1ac36c6a06ccf313a045ece32ac02465887262 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sun, 25 Jun 2017 14:51:01 +0200 Subject: [PATCH] Fix issue with node-sass and yarn --- client/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index a36d840f7..6bace4220 100644 --- a/client/package.json +++ b/client/package.json @@ -15,7 +15,8 @@ "scripts": { "test": "standard && tslint --type-check --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'", "webpack": "webpack", - "webpack-dev-server": "webpack-dev-server" + "webpack-dev-server": "webpack-dev-server", + "postinstall": "npm rebuild node-sass" }, "license": "GPLv3", "dependencies": {