Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Commit a72059c

Browse files
chore: a bit more cleanup
1 parent 4444c48 commit a72059c

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

src/environments/environment.prod.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const environment = {
22
production: true,
3-
graphqlUri: 'http://34.82.242.200/graphql'
3+
graphqlUri: '/graphql'
44
};

tsconfig.json

-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@
4646
{
4747
"path": "./projects/test-utils/tsconfig.lib.json"
4848
},
49-
{
50-
"path": "./projects/test-utils/tsconfig.spec.json"
51-
},
5249
{
5350
"path": "./projects/assets-library/tsconfig.lib.json"
5451
},

tslint.json

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"extends": ["tslint:all", "tslint-config-prettier"],
33
"rulesDirectory": ["node_modules/codelyzer"],
44
"rules": {
5-
"deprecation": true,
65
"template-banana-in-box": true,
76
"template-no-negated-async": true,
87
"component-max-inline-declarations": [

0 commit comments

Comments
 (0)