aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/angular.json
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-02-21 23:36:41 +0800
committercrupest <crupest@outlook.com>2019-02-21 23:36:41 +0800
commitb694d7a3e1b04bb942e5ba8224762d706f98a371 (patch)
treece0cd6249f2c09797bca65cfb9dbc81f6c334d2e /Timeline/ClientApp/angular.json
parent0ed96f534f75ebc2a7bdbec031a4674368d0420a (diff)
downloadtimeline-b694d7a3e1b04bb942e5ba8224762d706f98a371.tar.gz
timeline-b694d7a3e1b04bb942e5ba8224762d706f98a371.tar.bz2
timeline-b694d7a3e1b04bb942e5ba8224762d706f98a371.zip
Add unit test.
Diffstat (limited to 'Timeline/ClientApp/angular.json')
-rw-r--r--Timeline/ClientApp/angular.json5
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": [