Skip to content

Commit

Permalink
fix: Broken package
Browse files Browse the repository at this point in the history
  • Loading branch information
vbudovski committed Dec 1, 2023
1 parent 0d09bb4 commit d69dff2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/silent-bulldogs-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@vbudovski/google-maps': patch
---

Fix broken package
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
publish: pnpm publish
publish: pnpm release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"files": [
"dist/*",
"CHANGELOG.md"
],
"repository": "https://github.com/vbudovski/google-maps.git",
"devDependencies": {
"@changesets/cli": "^2.27.1",
Expand Down Expand Up @@ -39,7 +43,8 @@
"format": "prettier --write \"**/*.{ts,tsx,md,json,yaml}\"",
"check-types": "tsc -b",
"lint": "eslint src",
"prepare": "husky install"
"prepare": "husky install",
"release": "pnpm build && pnpm changeset publish"
},
"packageManager": "pnpm@8.7.4"
}

0 comments on commit d69dff2

Please sign in to comment.