Skip to content

Commit

Permalink
Merge pull request #961 from sriranjan-s/Dev-2.0
Browse files Browse the repository at this point in the history
added changes in workspace
  • Loading branch information
sriranjan-s authored Mar 4, 2024
2 parents 86f2459 + e2b3e4e commit 1bd7f80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
9 changes: 2 additions & 7 deletions frontend/micro-ui/web/micro-ui-internals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@
"packages/modules/commonPt",
"packages/modules/dss",
"packages/modules/pt",
"packages/modules/obps",
"packages/modules/fsm",
"packages/modules/pgr",
"packages/modules/ws",
"packages/modules/tl",
"packages/modules/mCollect"
"packages/modules/obps"


],
Expand Down Expand Up @@ -70,7 +65,7 @@
"buildD:tl": "cd packages/modules/tl && yarn build",
"buildD:ptr": "cd packages/modules/ptr && yarn build",
"buildD:hrms": "cd packages/modules/hrms && yarn build",
"buildD:obps": "cd packages/modules/obps && yarn build",
"build:obps": "cd packages/modules/obps && yarn build",
"buildD:engagement": "cd packages/modules/engagement && yarn build",
"buildD:noc": "cd packages/modules/noc && yarn build",
"buildD:ws": "cd packages/modules/ws && yarn build",
Expand Down
7 changes: 2 additions & 5 deletions frontend/micro-ui/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@
"micro-ui-internals/packages/modules/dss",
"micro-ui-internals/packages/modules/pt",
"micro-ui-internals/packages/modules/ws",
"micro-ui-internals/packages/modules/tl",
"micro-ui-internals/packages/modules/obps",
"micro-ui-internals/packages/modules/pgr",
"micro-ui-internals/packages/modules/fsm",
"micro-ui-internals/packages/modules/mcollect"
"micro-ui-internals/packages/modules/obps"


],
"engines": {
Expand Down

0 comments on commit 1bd7f80

Please sign in to comment.