mirror of https://github.com/Chocobozzz/PeerTube
Fix issue with node-sass and yarn
parent
ba0f8806bc
commit
3f1ac36c6a
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue