Skip to content

Commit ab3203c

Browse files
committed
chore: lerna version bump lockfile
1 parent 993a6bf commit ab3203c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
2020
"prerelease": "lerna version --yes --conventional-commits --conventional-prerelease",
2121
"release": "lerna version --yes --conventional-commits --conventional-graduate",
22-
"publish": "./scripts/publish.sh"
22+
"publish": "./scripts/publish.sh",
23+
"version": "echo \"Running post lerna version script; bump lockfile\" && yarn install && git stage yarn.lock"
2324
},
2425
"devDependencies": {
2526
"@babel/cli": "^7.7.4",

0 commit comments

Comments
 (0)