Skip to content

Commit 9da31ee

Browse files
authored
Remove post install script (#5)
1 parent ce5f2f7 commit 9da31ee

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
lines changed

.github/workflows/branch-validations.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
5454
run: npm ci
5555

5656
- name: Generate types
57-
if: steps.cache-dependencies.outputs.cache-hit == 'true'
5857
run: npm run graphql-codegen
5958

6059
- name: Check compilation errors
@@ -80,7 +79,6 @@ jobs:
8079
run: npm ci
8180

8281
- name: Generate types
83-
if: steps.cache-dependencies.outputs.cache-hit == 'true'
8482
run: npm run graphql-codegen
8583

8684
- name: Check coding standard violations
@@ -106,7 +104,6 @@ jobs:
106104
run: npm ci
107105

108106
- name: Generate types
109-
if: steps.cache-dependencies.outputs.cache-hit == 'true'
110107
run: npm run graphql-codegen
111108

112109
- uses: paambaati/codeclimate-action@v5

.github/workflows/deploy-published-releases.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
run: npm ci
3030

3131
- name: Generate types
32-
if: steps.cache-dependencies.outputs.cache-hit == 'true'
3332
run: npm run graphql-codegen
3433

3534
- name: Build package

.github/workflows/publish-pr-preview.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
run: npm ci
2828

2929
- name: Generate types
30-
if: steps.cache-dependencies.outputs.cache-hit == 'true'
3130
run: npm run graphql-codegen
3231

3332
- name: Build package

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"test": "jest -c jest.config.js --coverage",
3030
"validate": "tsc --noEmit",
3131
"build": "tsup",
32-
"postinstall": "graphql-codegen",
3332
"graphql-codegen": "graphql-codegen --config codegen.ts"
3433
},
3534
"dependencies": {

0 commit comments

Comments
 (0)