File tree Expand file tree Collapse file tree 5 files changed +3280
-2120
lines changed
Expand file tree Collapse file tree 5 files changed +3280
-2120
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77 types : [opened, synchronize]
88
99jobs :
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-
2210 build :
2311 name : Build and Test
2412 timeout-minutes : 15
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3131 },
3232 "devDependencies" : {
3333 "@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" ,
3439 "@types/cors" : " ^2.8.12" ,
3540 "@types/express" : " ^4.17.14" ,
3641 "@types/graphql-fields" : " ^1.3.4" ,
3742 "@types/node" : " ^18.7.18" ,
3843 "eslint-config-custom-server" : " *" ,
3944 "nodemon" : " ^2.0.20" ,
4045 "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" : " *"
4747 }
4848}
You can’t perform that action at this time.
0 commit comments