Skip to content

Commit 6aa9972

Browse files
committed
fix: add publish config
1 parent f1e793a commit 6aa9972

File tree

5 files changed

+15
-0
lines changed

5 files changed

+15
-0
lines changed

packages/postgrest-fetcher/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"files": [
88
"dist/**"
99
],
10+
"publishConfig": {
11+
"access": "public"
12+
},
1013
"license": "MIT",
1114
"scripts": {
1215
"build": "tsup",

packages/postgrest-filter/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"files": [
88
"dist/**"
99
],
10+
"publishConfig": {
11+
"access": "public"
12+
},
1013
"license": "MIT",
1114
"scripts": {
1215
"build": "tsup",

packages/postgrest-mutate/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"files": [
88
"dist/**"
99
],
10+
"publishConfig": {
11+
"access": "public"
12+
},
1013
"license": "MIT",
1114
"scripts": {
1215
"build": "tsup",

packages/postgrest-shared/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"files": [
88
"dist/**"
99
],
10+
"publishConfig": {
11+
"access": "public"
12+
},
1013
"license": "MIT",
1114
"scripts": {
1215
"build": "tsup",

packages/postgrest-swr/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"files": [
88
"dist/**"
99
],
10+
"publishConfig": {
11+
"access": "public"
12+
},
1013
"license": "MIT",
1114
"scripts": {
1215
"build": "tsup",

0 commit comments

Comments
 (0)