Skip to content

Commit 58821c7

Browse files
committed
Use post-script instead of &&.
1 parent fdee7a5 commit 58821c7

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
@@ -21,7 +21,8 @@
2121
"test:compat": "yarn test:backwards && yarn test:forwards && yarn test:latest",
2222
"ci": "yarn lint && yarn test:compat",
2323
"build": "lerna run build",
24-
"bump": "yarn workspaces run lerna version && yarn build",
24+
"bump": "yarn workspaces run lerna version",
25+
"postbump": "yarn build",
2526
"publish:react-async": "npm publish packages/react-async/pkg",
2627
"publish:devtools": "npm publish packages/react-async-devtools/pkg",
2728
"storybook": "start-storybook -p 6006",

0 commit comments

Comments
 (0)