From: Chocobozzz Date: Sun, 25 Jun 2017 12:51:01 +0000 (+0200) Subject: Fix issue with node-sass and yarn X-Git-Tag: v0.0.1-alpha~391 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3f1ac36c6a06ccf313a045ece32ac02465887262;p=oweals%2Fpeertube.git Fix issue with node-sass and yarn --- 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": {