Skip to content

Commit

Permalink
Merge pull request #6 from joaoneto/build/remove-package-version-and-…
Browse files Browse the repository at this point in the history
…publish-tasks

try to publish without error 403 You cannot publish over the previously published versions
  • Loading branch information
joaoneto committed Mar 27, 2024
2 parents f7001c8 + 9704599 commit 61fb1e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/silly-apples-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@guarapi/di-container": patch
---

try to publish without error 403 You cannot publish over the previously published versions
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
"types": "tsc --noEmit false --declaration --emitDeclarationOnly",
"lint": "eslint ./src",
"test": "jest",
"test:coverage": "jest --coverage",
"version": "changeset version && pnpm install --no-frozen-lockfile",
"publish": "changeset publish"
"test:coverage": "jest --coverage"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
Expand Down

0 comments on commit 61fb1e2

Please sign in to comment.