Skip to content

Commit

Permalink
fix: temporary build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandro25262 committed Jun 26, 2024
1 parent e276d26 commit ddbe69c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"packages/*"
],
"scripts": {
"build": "lerna run build",
"build": "lerna run build --scope=@mifiel/{api-client,api-client-auth}",
"build:old": "lerna run build",
"build:widget": "lerna run build --scope=@mifiel/widget-stencil && lerna run build --scope=@mifiel/{widget-react,widget-vue,angular-workspace}",
"husky": "husky",
"lint": "lerna run lint",
Expand Down

0 comments on commit ddbe69c

Please sign in to comment.