Skip to content

Commit 57c0e24

Browse files
authored
Remove package json from root folder (graphql-dotnet#3589)
1 parent 5309c37 commit 57c0e24

File tree

9 files changed

+0
-6438
lines changed

9 files changed

+0
-6438
lines changed

.babelrc

Lines changed: 0 additions & 7 deletions
This file was deleted.

.eslintignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

.eslintrc

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/build-artifacts-code.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
uses: actions/setup-node@v3
2626
with:
2727
node-version: ${{ env.NODE_VERSION }}
28-
- name: yarn
29-
run: yarn
3028
- name: yarn docs2
3129
working-directory: docs2
3230
run: yarn

.github/workflows/publish-code.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232
uses: actions/setup-node@v3
3333
with:
3434
node-version: ${{ env.NODE_VERSION }}
35-
- name: yarn
36-
run: yarn
3735
- name: yarn docs2
3836
working-directory: docs2
3937
run: yarn

.github/workflows/publish-documentation.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
uses: actions/setup-node@v3
3232
with:
3333
node-version: ${{ env.NODE_VERSION }}
34-
- name: yarn
35-
run: yarn
36-
working-directory: main
3734
- name: yarn docs2
3835
working-directory: main/docs2
3936
run: yarn

.github/workflows/test-documentation.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
uses: actions/setup-node@v3
2525
with:
2626
node-version: ${{ env.NODE_VERSION }}
27-
- name: yarn
28-
run: yarn
2927
- name: yarn docs2
3028
working-directory: docs2
3129
run: yarn

package.json

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)