Skip to content

Commit c91e2b1

Browse files
committed
chore(package): rename bump script to release
1 parent a5d6e90 commit c91e2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"clean": "rimraf --glob node_modules packages/*/node_modules packages/*/dist temp .eslintcache",
1717
"format": "prettier . --write --ignore-unknown",
1818
"lint": "eslint --cache .",
19-
"bump": "lerna version --sync-workspace-lock",
19+
"release": "lerna version --sync-workspace-lock",
2020
"postinstall": "simple-git-hooks"
2121
},
2222
"devDependencies": {

0 commit comments

Comments
 (0)