projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba0f880
)
Fix issue with node-sass and yarn
author
Chocobozzz
<florian.bigard@gmail.com>
Sun, 25 Jun 2017 12:51:01 +0000
(14:51 +0200)
committer
Chocobozzz
<florian.bigard@gmail.com>
Sun, 25 Jun 2017 12:51:01 +0000
(14:51 +0200)
client/package.json
patch
|
blob
|
history
diff --git
a/client/package.json
b/client/package.json
index a36d840f7a0fdbac4dede82d3aa2345dfd0acdd5..6bace422060724a88c5d895e13cc116de48c89f1 100644
(file)
--- 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": {