diff --git a/package.json b/package.json index 149929c..1c70170 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "10.0.11", "description": "Test plugin to lern dev enveroument", "scripts": { - "build": "webpack -c ./.config/webpack/webpack.config.ts --env production", + "build": "cd ./ngx-flow && npm run build:component && cd .. && webpack -c ./.config/webpack/webpack.config.ts --env production", "dev": "webpack -w -c ./.config/webpack/webpack.config.ts --env development", "test": "jest --watch --onlyChanged", "test:ci": "jest --passWithNoTests --maxWorkers 4",