Skip to content

Commit 79c406f

Browse files
committed
fix: update NPM script name for beachball to be consistent with other projects
1 parent 3266a57 commit 79c406f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "fix: update NPM script name for beachball to be consistent with other projects",
4+
"packageName": "@rightcapital/phpdoc-parser",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
},
5757
"scripts": {
5858
"commit": "cz",
59+
"clean": "tsc --build --clean",
5960
"change": "beachball change --no-commit",
6061
"check": "beachball check",
61-
"clean": "tsc --build --clean",
6262
"build": "pnpm run clean && tsc",
6363
"preinstall": "npx only-allow pnpm",
6464
"prepare": "husky install",

0 commit comments

Comments
 (0)