Organizing

This commit is contained in:
Zakary Timson 2018-06-24 22:11:38 -04:00
parent 1dffa93152
commit 0c3499fd24
5 changed files with 2 additions and 3 deletions

View File

@ -16,7 +16,7 @@ jobs:
- run:
name: Install Dependancies
command: yarn install
command: yarn
- save_cache:
paths:

View File

@ -4,7 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build": "ng build --configuration=production",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -1 +0,0 @@
/* You can add global styles to this file, and also import other style files */