Skip to content

Commit

Permalink
chore: Fixed NPM Release CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
frol committed Jul 6, 2024
1 parent 0c2c8c0 commit 681603f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions npm/.changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
}
1 change: 1 addition & 0 deletions npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"preinstall": "node ./uninstall.js",
"test": "ava",
"build": "tsc",
"changeset": "changeset",
"release": "changeset publish"
},
"files": [
Expand Down

0 comments on commit 681603f

Please sign in to comment.