]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix issue with node-sass and yarn
authorChocobozzz <florian.bigard@gmail.com>
Sun, 25 Jun 2017 12:51:01 +0000 (14:51 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Sun, 25 Jun 2017 12:51:01 +0000 (14:51 +0200)
client/package.json

index a36d840f7a0fdbac4dede82d3aa2345dfd0acdd5..6bace422060724a88c5d895e13cc116de48c89f1 100644 (file)
@@ -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": {