From b694d7a3e1b04bb942e5ba8224762d706f98a371 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 21 Feb 2019 23:36:41 +0800 Subject: Add unit test. --- Timeline/ClientApp/angular.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Timeline/ClientApp/angular.json') diff --git a/Timeline/ClientApp/angular.json b/Timeline/ClientApp/angular.json index bf8a95ed..9a696714 100644 --- a/Timeline/ClientApp/angular.json +++ b/Timeline/ClientApp/angular.json @@ -1,6 +1,9 @@ { "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "version": 1, + "cli": { + "packageManager": "yarn" + }, "newProjectRoot": "projects", "projects": { "Timeline": { @@ -73,7 +76,7 @@ "tsConfig": "src/tsconfig.spec.json", "karmaConfig": "src/karma.conf.js", "styles": [ - "styles.css" + "src/styles.css" ], "scripts": [], "assets": [ -- cgit v1.2.3