We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 370a9bd commit dc10cbcCopy full SHA for dc10cbc
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"dev": "yarn workspace @immutable/devtools-extension run dev",
8
"build": "yarn workspaces foreach --all -pt run build",
9
- "postversion": "node build/update-version.js && yarn"
+ "version": "node build/update-version.js && git add packages/extension/extension/manifest.json && git add packages/*/package.json && yarn"
10
},
11
"workspaces": [
12
"packages/*"
0 commit comments