Skip to content

Commit dc10cbc

Browse files
committed
Fix version script
1 parent 370a9bd commit dc10cbc

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
@@ -6,7 +6,7 @@
66
"scripts": {
77
"dev": "yarn workspace @immutable/devtools-extension run dev",
88
"build": "yarn workspaces foreach --all -pt run build",
9-
"postversion": "node build/update-version.js && yarn"
9+
"version": "node build/update-version.js && git add packages/extension/extension/manifest.json && git add packages/*/package.json && yarn"
1010
},
1111
"workspaces": [
1212
"packages/*"

0 commit comments

Comments
 (0)