Skip to content

Commit

Permalink
fix: add --access flag to scoped package (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-ziv authored Jun 26, 2024
1 parent 6da6cc0 commit 937c557
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# get-starknet-example
# @starknet-io/get-starknet-example

## 2.1.3-next.0

Expand Down
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "get-starknet-example",
"version": "2.1.3-next.0",
"name": "@starknet-io/get-starknet-example",
"version": "4.0.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"format": "prettier --ignore-path .gitignore --plugin-search-dir=. --write '**/*.{js,cjs,ts,tsx,svelte,md,yml,json}'",
"format:check": "prettier --ignore-path .gitignore --plugin-search-dir=. --check '**/*.{js,cjs,ts,tsx,svelte,md,yml,json}'",
"prepare": "pnpm run build && husky install",
"publish": "pnpm publish -r --no-git-checks && changeset tag",
"publish:next": "pnpm publish -r --no-git-checks --tag next && changeset tag",
"publish": "pnpm publish -r --no-git-checks --access public && changeset tag",
"publish:next": "pnpm publish -r --no-git-checks --access public --tag next && changeset tag",
"test": "CI=true pnpm run -r test",
"version": "changeset version && pnpm install --lockfile-only"
},
Expand Down

0 comments on commit 937c557

Please sign in to comment.