Skip to content

Commit 9c91a56

Browse files
authored
add publishConfig (#7)
1 parent e9a1456 commit 9c91a56

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
ci:
10-
name: Run Tests
10+
name: Tests
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"dist",
88
"README.md"
99
],
10+
"publishConfig": {
11+
"access": "public"
12+
},
1013
"repository": {
1114
"type": "git",
1215
"url": "https://github.com/ExpediaGroup/graphql-kotlin-codegen.git"

0 commit comments

Comments
 (0)