Skip to content

Commit

Permalink
chore: updated npm run build script to include build of angular plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyOplachko committed Mar 20, 2024
1 parent 2816484 commit 3903d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3903d2f

Please sign in to comment.