diff options
author | 杨宇千 <crupest@outlook.com> | 2019-02-21 16:32:16 +0000 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-02-21 16:32:16 +0000 |
commit | 9ae2a899eb53b8ee31710a5533cdf21b0f14dafd (patch) | |
tree | 8f22c966d15d928a5587385f38b5284f0691b2de /Timeline/ClientApp/angular.json | |
parent | 35f8562f1f1db36a42c53ce42c39db3d615deb0f (diff) | |
parent | 504d770e51a07ca7765de725979412b6dacdcf15 (diff) | |
download | timeline-9ae2a899eb53b8ee31710a5533cdf21b0f14dafd.tar.gz timeline-9ae2a899eb53b8ee31710a5533cdf21b0f14dafd.tar.bz2 timeline-9ae2a899eb53b8ee31710a5533cdf21b0f14dafd.zip |
Merged PR 3: Add unit test for front side.
Related work items: #1
Diffstat (limited to 'Timeline/ClientApp/angular.json')
-rw-r--r-- | Timeline/ClientApp/angular.json | 5 |
1 files changed, 4 insertions, 1 deletions
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": [ |