File tree 5 files changed +3280
-2120
lines changed
5 files changed +3280
-2120
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 7
7
types : [opened, synchronize]
8
8
9
9
jobs :
10
- log :
11
- name : Log CI/CD to Logflare
12
- runs-on : ubuntu-latest
13
- steps :
14
- - uses : logflare/action@v1
15
- with :
16
- api_key : " ${{ secrets.LOGFLARE_API_KEY }}"
17
- source_id : " ${{ secrets.LOGFLARE_SOURCE_ID }}"
18
- message : " new release: ${{ github.event.release.html_url }}"
19
- metadata : |
20
- {"version": "${{ github.event.release.tag_name }}" }
21
-
22
10
build :
23
11
name : Build and Test
24
12
timeout-minutes : 15
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 31
31
},
32
32
"devDependencies" : {
33
33
"@graphql-codegen/cli" : " 2.12.1" ,
34
+ "@graphql-codegen/introspection" : " 2.2.1" ,
35
+ "@graphql-codegen/typescript" : " 2.7.3" ,
36
+ "@graphql-codegen/typescript-operations" : " 2.5.3" ,
37
+ "@graphql-codegen/typescript-react-apollo" : " 3.3.3" ,
38
+ "@graphql-codegen/typescript-resolvers" : " 2.7.3" ,
34
39
"@types/cors" : " ^2.8.12" ,
35
40
"@types/express" : " ^4.17.14" ,
36
41
"@types/graphql-fields" : " ^1.3.4" ,
37
42
"@types/node" : " ^18.7.18" ,
38
43
"eslint-config-custom-server" : " *" ,
39
44
"nodemon" : " ^2.0.20" ,
40
45
"ts-node" : " ^10.9.1" ,
41
- "tsconfig" : " *" ,
42
- "@graphql-codegen/typescript-resolvers" : " 2.7.3" ,
43
- "@graphql-codegen/typescript-operations" : " 2.5.3" ,
44
- "@graphql-codegen/typescript-react-apollo" : " 3.3.3" ,
45
- "@graphql-codegen/typescript" : " 2.7.3" ,
46
- "@graphql-codegen/introspection" : " 2.2.1"
46
+ "tsconfig" : " *"
47
47
}
48
48
}
You can’t perform that action at this time.
0 commit comments