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 fdee7a5 commit 58821c7Copy full SHA for 58821c7
package.json
@@ -21,7 +21,8 @@
21
"test:compat": "yarn test:backwards && yarn test:forwards && yarn test:latest",
22
"ci": "yarn lint && yarn test:compat",
23
"build": "lerna run build",
24
- "bump": "yarn workspaces run lerna version && yarn build",
+ "bump": "yarn workspaces run lerna version",
25
+ "postbump": "yarn build",
26
"publish:react-async": "npm publish packages/react-async/pkg",
27
"publish:devtools": "npm publish packages/react-async-devtools/pkg",
28
"storybook": "start-storybook -p 6006",
0 commit comments