Skip to content

Commit 9485a99

Browse files
committed
Build cx-react before cx
1 parent d43e065 commit 9485a99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "cd docs && webpack-dev-server --config webpack.config.js --open",
77
"test": "yarn workspaces foreach -A --include cx --include babel-plugin-transform-cx-jsx --include babel-plugin-transform-cx-imports run test",
88
"docs": "webpack-dev-server --config docs/webpack.config.js --open",
9-
"build": "yarn workspace cx run compile && yarn workspace cx run build",
9+
"build": "yarn workspace cx-react run build && yarn workspace cx run compile && yarn workspace cx run build",
1010
"build:docs": "webpack --config docs/webpack.config.js",
1111
"build:docs:root": "webpack --config docs/webpack.config.js",
1212
"measure:docs": "webpack-dev-server --config docs/webpack.config.js --open",

0 commit comments

Comments
 (0)