Skip to content

Commit

Permalink
trying fix travis issue with sass: yarnpkg/yarn#1981
Browse files Browse the repository at this point in the history
  • Loading branch information
rainerhahnekamp committed Jul 18, 2017
1 parent 37a6a78 commit 10160a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"ng": "ng",
"start": "ng serve --proxy-config proxy.conf.json",
"build": "ng build",
"postinstall": "npm rebuild node-sass", //https://github.com/yarnpkg/yarn/issues/1981
"postinstall": "npm rebuild node-sass"
"test": "ng test",
"test-sr": "ng test --browsers PhantomJS -sr",
"ci": "ng lint && ng test --browsers PhantomJS -sr",
Expand Down

0 comments on commit 10160a4

Please sign in to comment.