diff options
author | crupest <crupest@outlook.com> | 2019-02-21 23:36:41 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-02-21 23:36:41 +0800 |
commit | 6ec22ee0cbf36fc85e73f6f962eafe7120a64488 (patch) | |
tree | f534b8d4a158eed94a26c66562aea7b075a7b282 /Timeline/ClientApp/angular.json | |
parent | 2bcdc32c4c6d37a6d40aa4fdfc7b04478a76e961 (diff) | |
download | timeline-6ec22ee0cbf36fc85e73f6f962eafe7120a64488.tar.gz timeline-6ec22ee0cbf36fc85e73f6f962eafe7120a64488.tar.bz2 timeline-6ec22ee0cbf36fc85e73f6f962eafe7120a64488.zip |
Add unit test.
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": [ |