Skip to content

Commit

Permalink
fix: update NPM script name for beachball to be consistent with other…
Browse files Browse the repository at this point in the history
… projects
  • Loading branch information
rainx committed Sep 2, 2023
1 parent 3266a57 commit 79c406f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix: update NPM script name for beachball to be consistent with other projects",
"packageName": "@rightcapital/phpdoc-parser",
"email": "[email protected]",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
},
"scripts": {
"commit": "cz",
"clean": "tsc --build --clean",
"change": "beachball change --no-commit",
"check": "beachball check",
"clean": "tsc --build --clean",
"build": "pnpm run clean && tsc",
"preinstall": "npx only-allow pnpm",
"prepare": "husky install",
Expand Down

0 comments on commit 79c406f

Please sign in to comment.