Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Fixed publish script (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexShukel authored Feb 23, 2024
1 parent cc016f0 commit 407746c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["example"]
"ignore": []
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test:lcov": "pnpm run test --silent --ci --coverage",
"test:watch": "pnpm run test --watch",
"bump": "changeset version && pnpm i --lockfile-only",
"release": "pnpm build && changeset tag && pnpm publish -r"
"release": "pnpm build && changeset tag && pnpm publish"
},
"dependencies": {
"lodash": "^4.17.20",
Expand Down

0 comments on commit 407746c

Please sign in to comment.