Skip to content

Commit

Permalink
fix: temp fix to get calling package properly
Browse files Browse the repository at this point in the history
  • Loading branch information
rsarika committed Nov 12, 2024
1 parent 010d4d9 commit da74c90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@webex/plugin-cc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"node": ">=20.x"
},
"scripts": {
"build:src": "webex-legacy-tools build -dest \"./dist\" -src \"./src\" -js -ts && yarn build",
"build": "yarn run -T tsc --declaration true --declarationDir ./dist/types",
"build:src": "webex-legacy-tools build -dest \"./dist\" -src \"./src\" -js -ts -maps && yarn build",
"build": " yarn workspace @webex/calling run build:src && yarn run -T tsc --declaration true --declarationDir ./dist/types",
"docs": "typedoc --emit none",
"fix:lint": "eslint 'src/**/*.ts' --fix",
"fix:prettier": "prettier \"src/**/*.ts\" --write",
Expand Down

0 comments on commit da74c90

Please sign in to comment.