Skip to content

Commit 8e48b83

Browse files
committed
🔧 chore: update yarn.lock when publish new release
1 parent 50128d6 commit 8e48b83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"test": "lerna run test --concurrency 1",
3232
"test:coverage": "lerna run --concurrency 1 test -- --coverage",
3333
"test:update": "lerna run --concurrency 1 test -- -u",
34-
"update:changelog": "gitmoji-changelog update"
34+
"update:changelog": "gitmoji-changelog update",
35+
"version": "yarn && git stage yarn.lock"
3536
},
3637
"workspaces": [
3738
"packages/*"

0 commit comments

Comments
 (0)