Organizing
This commit is contained in:
parent
1dffa93152
commit
0c3499fd24
@ -16,7 +16,7 @@ jobs:
|
||||
|
||||
- run:
|
||||
name: Install Dependancies
|
||||
command: yarn install
|
||||
command: yarn
|
||||
|
||||
- save_cache:
|
||||
paths:
|
||||
|
@ -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"
|
||||
|
BIN
src/favicon.ico
BIN
src/favicon.ico
Binary file not shown.
Before Width: | Height: | Size: 5.3 KiB |
@ -1 +0,0 @@
|
||||
/* You can add global styles to this file, and also import other style files */
|
Loading…
Reference in New Issue
Block a user