diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-06-25 14:51:01 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-06-25 14:51:01 +0200 |
commit | 3f1ac36c6a06ccf313a045ece32ac02465887262 (patch) | |
tree | d0f9a3cf6e0a3cb7cfd51f26838ca5d7b63162e9 /client | |
parent | ba0f8806bce5379d7ba46b70f73d50631c570b8b (diff) | |
download | PeerTube-3f1ac36c6a06ccf313a045ece32ac02465887262.tar.gz PeerTube-3f1ac36c6a06ccf313a045ece32ac02465887262.tar.zst PeerTube-3f1ac36c6a06ccf313a045ece32ac02465887262.zip |
Fix issue with node-sass and yarn
Diffstat (limited to 'client')
-rw-r--r-- | client/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
15 | "scripts": { | 15 | "scripts": { |
16 | "test": "standard && tslint --type-check --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'", | 16 | "test": "standard && tslint --type-check --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'", |
17 | "webpack": "webpack", | 17 | "webpack": "webpack", |
18 | "webpack-dev-server": "webpack-dev-server" | 18 | "webpack-dev-server": "webpack-dev-server", |
19 | "postinstall": "npm rebuild node-sass" | ||
19 | }, | 20 | }, |
20 | "license": "GPLv3", | 21 | "license": "GPLv3", |
21 | "dependencies": { | 22 | "dependencies": { |