Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit 72c02f5

Browse files
committed
chore: make package public
1 parent aaa06bf commit 72c02f5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
check-latest: true
2222
registry-url: 'https://registry.npmjs.org'
2323
if: ${{ steps.release.outputs.release_created }}
24-
- run: npm publish
24+
- run: npm publish --access=public
2525
if: ${{ steps.release.outputs.release_created }}
2626
env:
2727
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "@netlify/in-source-config",
3-
"private": true,
43
"version": "0.0.0",
54
"description": "A parser for Netlify's in-source-config",
65
"type": "module",

0 commit comments

Comments
 (0)