diff --git a/package.json b/package.json index 9f669eb137..89c1170fce 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "playground-vue": "yarn workspace playground-vue dev", "vue-playground": "yarn workspace playground-vue dev", "clean": "yarn workspaces run clean", - "build": "yarn workspaces run build", + "build": "npm-run-all -p 'react build' 'vue build'", "test": "./scripts/test.sh", "lint": "./scripts/lint.sh", "lint-check": "CI=true ./scripts/lint.sh"