We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d43e065 commit 9485a99Copy full SHA for 9485a99
1 file changed
package.json
@@ -6,7 +6,7 @@
6
"start": "cd docs && webpack-dev-server --config webpack.config.js --open",
7
"test": "yarn workspaces foreach -A --include cx --include babel-plugin-transform-cx-jsx --include babel-plugin-transform-cx-imports run test",
8
"docs": "webpack-dev-server --config docs/webpack.config.js --open",
9
- "build": "yarn workspace cx run compile && yarn workspace cx run build",
+ "build": "yarn workspace cx-react run build && yarn workspace cx run compile && yarn workspace cx run build",
10
"build:docs": "webpack --config docs/webpack.config.js",
11
"build:docs:root": "webpack --config docs/webpack.config.js",
12
"measure:docs": "webpack-dev-server --config docs/webpack.config.js --open",
0 commit comments