Skip to content

Commit ea1cd6d

Browse files
committed
2 parents f326829 + 6edd089 commit ea1cd6d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- uses: actions/setup-node@v3
1717
with:
1818
node-version: 16
19+
registry-url: 'https://registry.npmjs.org'
1920

2021
- run: yarn install
2122
- run: npm run build

packages/react-native-image-picker/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
"src",
2222
"README.md"
2323
],
24+
"publishConfig":{
25+
"access": "public"
26+
},
2427
"dependencies": {
2528
"@babel/runtime": "~7.20.7",
2629
"@react-native-camera-roll/camera-roll": "5.3.1",

0 commit comments

Comments
 (0)