Skip to content

Commit

Permalink
(chore) fixed minor bug issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Kannav02 committed Nov 22, 2024
1 parent 3604178 commit 77cf478
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" > .npmrc
bun prePublishOnly
bun release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dialect-morph",
"module": "index.ts",
"type": "module",
"version": "1.0.2",
"version": "1.0.3",
"scripts": {
"build": "bunx tsc",
"prePublishOnly": "bun run build",
Expand Down

0 comments on commit 77cf478

Please sign in to comment.