Skip to content

Commit

Permalink
fix(CI): Fixed script name (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayasingam-paddle authored Sep 26, 2024
1 parent 0f73f54 commit efd9e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"lint:fix": "eslint --ext .ts,.tsx ./src --fix",
"clean": "rm -rf ./dist",
"release:rc": "yarn version --prerelease --preid rc --no-git-tag-version --no-commit-hooks",
"publish:beta": "yarn publish --tag rc --access public",
"publish:rc": "yarn publish --tag rc --access public",
"publish:latest": "yarn publish --access public"
},
"files": [
Expand Down

0 comments on commit efd9e66

Please sign in to comment.