Fix issue with node-sass and yarn

pull/71/head
Chocobozzz 2017-06-25 14:51:01 +02:00
parent ba0f8806bc
commit 3f1ac36c6a
1 changed files with 2 additions and 1 deletions

View 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": {