From 3c9bee2f1c0829adfa6f965097ab1023a0ef1244 Mon Sep 17 00:00:00 2001 From: Rainer Hahnekamp Date: Tue, 18 Jul 2017 22:41:10 +0200 Subject: [PATCH] trying fix travis issue with sass: https://github.com/yarnpkg/yarn/issues/1981 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 20fc353..f06a4e6 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "ng": "ng", "start": "ng serve --proxy-config proxy.conf.json", "build": "ng build", - "postinstall": "npm rebuild node-sass" + "postinstall": "npm rebuild node-sass", "test": "ng test", "test-sr": "ng test --browsers PhantomJS -sr", "ci": "ng lint && ng test --browsers PhantomJS -sr",